| PropsCopy Method |
Creates a copy of the current instance.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected virtual Props Copy()
abstract Copy : unit -> Props
override Copy : unit -> Props
Return Value
Type:
PropsThe newly created
PropsSee Also