Click or drag to resize
Props Constructor (Props)
Initializes a new instance of the Props class from a copy.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected Props(
	Props copy
)

Parameters

copy
Type: Akka.ActorProps

[Missing <param name="copy"/> documentation for "M:Akka.Actor.Props.#ctor(Akka.Actor.Props)"]

See Also