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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Props(
	Deploy deploy,
	Type type,
	params Object[] args
)

Parameters

deploy
Type: Akka.ActorDeploy
The deploy.
type
Type: SystemType
The type.
args
Type: SystemObject
The arguments.
See Also