| Props Constructor (Props) |
Initializes a new instance of the
Props class.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected Props(
Props copy
)
new :
copy : Props -> Props
Parameters
- copy
- Type: Akka.ActorProps
The object that is being cloned.
See Also