Click or drag to resize
ActorProducerPipelineBeforeActorIncarnated Method
Resolves and applies all plugins valid to specified underlying actor registered in current producer pipeline before old actor would be recycled.

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

Parameters

actor
Type: Akka.ActorActorBase

[Missing <param name="actor"/> documentation for "M:Akka.Actor.ActorProducerPipeline.BeforeActorIncarnated(Akka.Actor.ActorBase,Akka.Actor.IActorContext)"]

context
Type: Akka.ActorIActorContext

[Missing <param name="context"/> documentation for "M:Akka.Actor.ActorProducerPipeline.BeforeActorIncarnated(Akka.Actor.ActorBase,Akka.Actor.IActorContext)"]

See Also