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