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