| Props Constructor (Type, Object) |
Initializes a new instance of the
Props class.
Note |
---|
Props configured in this way uses the Deploy deployer.
|
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Props(
Type type,
Object[] args
)
new :
type : Type *
args : Object[] -> Props
Parameters
- type
- Type: SystemType
The type of the actor to create. - args
- Type: SystemObject
The arguments needed to create the actor.
Exceptions See Also