Click or drag to resize
Props Constructor (Type)
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
)

Parameters

type
Type: SystemType
The type.
See Also