Props Constructor (Props) |
Initializes a new instance of the
Props class from a copy.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected Props(
Props copy
)
Protected Sub New (
copy As Props
)
protected:
Props(
Props^ copy
)
new :
copy : Props -> Props
Parameters
- copy
- Type: Akka.ActorProps
[Missing <param name="copy"/> documentation for "M:Akka.Actor.Props.#ctor(Akka.Actor.Props)"]
See Also