Click or drag to resize
Akka.NETIActorStashStash Property
Gets or sets the stash. This will be automatically populated by the framework AFTER the constructor has been run. Implement this as an auto property.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IStash Stash { get; set; }

Property Value

Type: IStash
The stash.
See Also