Click or drag to resize
Props Constructor (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(
	Type type,
	Object[] args
)

Parameters

type
Type: SystemType
The type.
args
Type: SystemObject
The arguments.
See Also