| Props Constructor (Deploy, Type, IEnumerableObject) |
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(
Deploy deploy,
Type type,
IEnumerable<Object> args
)
new :
deploy : Deploy *
type : Type *
args : IEnumerable<Object> -> Props
Parameters
- deploy
- Type: Akka.ActorDeploy
The configuration used to deploy the actor. - type
- Type: SystemType
The type of the actor to create. - args
- Type: System.Collections.GenericIEnumerableObject
The arguments needed to create the actor.
Exceptions See Also