Click or drag to resize
ActorProducerPluginBaseBeforeIncarnated Method
Plugin behavior applied to actor instance before the actor is being recycled.

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

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