ActorProducerPipelineBeforeActorIncarnated Method |
Resolves and applies all plugins valid to specified underlying actor
registered in current producer pipeline before old actor would be recycled.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void BeforeActorIncarnated(
ActorBase actor,
IActorContext context
)
Public Sub BeforeActorIncarnated (
actor As ActorBase,
context As IActorContext
)
public:
void BeforeActorIncarnated(
ActorBase^ actor,
IActorContext^ context
)
member BeforeActorIncarnated :
actor : ActorBase *
context : IActorContext -> unit
Parameters
- actor
- Type: Akka.ActorActorBase
[Missing <param name="actor"/> documentation for "M:Akka.Actor.ActorProducerPipeline.BeforeActorIncarnated(Akka.Actor.ActorBase,Akka.Actor.IActorContext)"]
- context
- Type: Akka.ActorIActorContext
[Missing <param name="context"/> documentation for "M:Akka.Actor.ActorProducerPipeline.BeforeActorIncarnated(Akka.Actor.ActorBase,Akka.Actor.IActorContext)"]
See Also