Click or drag to resize
Akka.NETActorProducerPipeline.BeforeActorIncarnated 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: 1.2.3.129 (1.2.3.129)
Syntax
public void BeforeActorIncarnated(
	ActorBase actor,
	IActorContext context
)

Parameters

actor
Type: Akka.Actor.ActorBase
TBD
context
Type: Akka.Actor.IActorContext
TBD
See Also