Click or drag to resize
UntypedActorWithUnboundedStashCurrentStash Property
The stash implementation available for this actor

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public IStash CurrentStash { get; set; }

Property Value

Type: IStash
See Also