Click or drag to resize
ActorProducerPluginBaseTActorAfterIncarnated 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(
	TActor actor,
	IActorContext context
)

Parameters

actor
Type: TActor

[Missing <param name="actor"/> documentation for "M:Akka.Actor.ActorProducerPluginBase`1.AfterIncarnated(`0,Akka.Actor.IActorContext)"]

context
Type: Akka.ActorIActorContext

[Missing <param name="context"/> documentation for "M:Akka.Actor.ActorProducerPluginBase`1.AfterIncarnated(`0,Akka.Actor.IActorContext)"]

See Also