| Props Constructor (Type, SupervisorStrategy, Object) |
Initializes a new instance of the
Props class.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Props(
Type type,
SupervisorStrategy supervisorStrategy,
params Object[] args
)
new :
type : Type *
supervisorStrategy : SupervisorStrategy *
args : 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: SystemObject
The arguments needed to create the actor.
Exceptions See Also