UntypedActorWithUnboundedStash..::..CurrentStash Property

The stash implementation available for this actor

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public IStash CurrentStash { get; set; }
Public Property CurrentStash As IStash
	Get
	Set
public:
property IStash^ CurrentStash {
	IStash^ get ();
	void set (IStash^ value);
}