UntypedActorWithUnboundedStashCurrentStash Property |
The stash implementation available for this actor
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IStash CurrentStash { get; set; }
Public Property CurrentStash As IStash
Get
Set
public:
property IStash^ CurrentStash {
IStash^ get ();
void set (IStash^ value);
}
member CurrentStash : IStash with get, set
Property Value
Type:
IStash
See Also