| IActorProducerPluginBeforeIncarnated Method |
Plugin behavior applied to underlying actor instance before the actor is being recycled.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax void BeforeIncarnated(
ActorBase actor,
IActorContext context
)
abstract BeforeIncarnated :
actor : ActorBase *
context : IActorContext -> unit
Parameters
- actor
- Type: Akka.ActorActorBase
TBD - context
- Type: Akka.ActorIActorContext
TBD
See Also