PoisonPillInstance Property |
[Missing <summary> documentation for "P:Akka.Actor.PoisonPill.Instance"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static PoisonPill Instance { get; }
Public Shared ReadOnly Property Instance As PoisonPill
Get
public:
static property PoisonPill^ Instance {
PoisonPill^ get ();
}
static member Instance : PoisonPill with get
Property Value
Type:
PoisonPill
See Also