Click or drag to resize
Akka.NETPropsEmpty Property
A pre-configured Props that creates an actor that doesn't respond to messages.

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

Property Value

Type: Props
See Also