| PropsCreate Method (Type, Object) |
Creates an actor of a specified type.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Props Create(
Type type,
params Object[] args
)
static member Create :
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.
Return Value
Type:
PropsThe newly created
Props.
Exceptions See Also