Click or drag to resize
PropsEmpty Property
A Props instance whose creator will create an actor that doesn't respond to any message

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static Props Empty { get; }

Property Value

Type: Props
The empty.
See Also