Click or drag to resize
Akka.NETActorStashPlugin.AfterIncarnated Method
Creates a new stash for specified actor if it has not been initialized already.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public override void AfterIncarnated(
	ActorBase actor,
	IActorContext context
)

Parameters

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

Implements

IActorProducerPlugin.AfterIncarnated(ActorBase, IActorContext)
See Also