Click or drag to resize
Akka.NETProps Constructor (Props)
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
protected Props(
	Props copy
)

Parameters

copy
Type: Akka.ActorProps
The object that is being cloned.
See Also