IActorProducerPluginBeforeIncarnated Method |
Plugin behavior applied to underlying actor instance before the actor is being recycled.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid BeforeIncarnated(
ActorBase actor,
IActorContext context
)
Sub BeforeIncarnated (
actor As ActorBase,
context As IActorContext
)
void BeforeIncarnated(
ActorBase^ actor,
IActorContext^ context
)
abstract BeforeIncarnated :
actor : ActorBase *
context : IActorContext -> unit
Parameters
- actor
- Type: Akka.ActorActorBase
[Missing <param name="actor"/> documentation for "M:Akka.Actor.IActorProducerPlugin.BeforeIncarnated(Akka.Actor.ActorBase,Akka.Actor.IActorContext)"]
- context
- Type: Akka.ActorIActorContext
[Missing <param name="context"/> documentation for "M:Akka.Actor.IActorProducerPlugin.BeforeIncarnated(Akka.Actor.ActorBase,Akka.Actor.IActorContext)"]
See Also