| Props Constructor (Type, SupervisorStrategy, IEnumerableObject) |
Initializes a new instance of the
Props class.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Props(
Type type,
SupervisorStrategy supervisorStrategy,
IEnumerable<Object> args
)
new :
type : Type *
supervisorStrategy : SupervisorStrategy *
args : IEnumerable<Object> -> Props
Parameters
- type
- Type: SystemType
The type of the actor to create. - supervisorStrategy
- Type: Akka.ActorSupervisorStrategy
The supervisor strategy used to manage the actor. - args
- Type: System.Collections.GenericIEnumerableObject
The arguments needed to create the actor.
Exceptions See Also