Click or drag to resize
Akka.NETActorProducerPluginBaseBeforeIncarnated 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.42 (1.2.3.42)
Syntax
public virtual void BeforeIncarnated(
	ActorBase actor,
	IActorContext context
)

Parameters

actor
Type: Akka.ActorActorBase
TBD
context
Type: Akka.ActorIActorContext
TBD

Implements

IActorProducerPluginBeforeIncarnated(ActorBase, IActorContext)
See Also