| IActorProducerPluginAfterIncarnated Method |
Plugin behavior applied to underlying actor instance when the new one is being created.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax void AfterIncarnated(
ActorBase actor,
IActorContext context
)
abstract AfterIncarnated :
actor : ActorBase *
context : IActorContext -> unit
Parameters
- actor
- Type: Akka.ActorActorBase
TBD - context
- Type: Akka.ActorIActorContext
TBD
See Also