Click or drag to resize
ActorProducerPluginBaseAfterIncarnated Method
Plugin behavior applied to actor instance when the new one is being created.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public virtual void AfterIncarnated(
	ActorBase actor,
	IActorContext context
)

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