IActorStashStash 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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxIStash Stash { get; set; }
Property Stash As IStash
Get
Set
property IStash^ Stash {
IStash^ get ();
void set (IStash^ value);
}
abstract Stash : IStash with get, set
Property Value
Type:
IStash
The stash.
See Also