A Props instance whose creator will create an actor that doesn't respond to any message
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static Props Empty { get; }
Public Shared ReadOnly Property Empty As Props
Get
public:
static property Props^ Empty {
Props^ get ();
}
static member Empty : Props with get
Property Value
Type:
PropsThe empty.
See Also