Click or drag to resize
Akka.NETProps 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
)

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
ExceptionCondition
ArgumentNullException This exception is thrown if Props is not instantiated with an actor type.
See Also