Click or drag to resize
Akka.NETProps Constructor
Overload List
  NameDescription
Protected methodProps
Initializes a new instance of the Props class.
Public methodProps(Type)
Initializes a new instance of the Props class.
Note Note
Props configured in this way uses the Deploy deployer.
Protected methodProps(Props)
Initializes a new instance of the Props class.
Public methodProps(Type, Object)
Initializes a new instance of the Props class.
Note Note
Props configured in this way uses the Deploy deployer.
Public methodProps(Type, SupervisorStrategy, IEnumerableObject)
Initializes a new instance of the Props class.
Public methodProps(Type, SupervisorStrategy, Object)
Initializes a new instance of the Props class.
Public methodProps(Deploy, Type, IEnumerableObject)
Initializes a new instance of the Props class.
Public methodProps(Deploy, Type, Object)
Initializes a new instance of the Props class.
Top
See Also