Click or drag to resize
Akka.NETProps Constructor (Deploy, Type, Object)
Initializes a new instance of the Props class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Props(
	Deploy deploy,
	Type type,
	params 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: SystemObject
The arguments needed to create the actor.
Exceptions
ExceptionCondition
ArgumentExceptionThis exception is thrown if type is an unknown actor producer.
See Also