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

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

Parameters

actor
Type: TActor
TBD
context
Type: Akka.ActorIActorContext
TBD
See Also