| AddressClone Method |
Creates a new copy with the same properties as the current address.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
ObjectA new copy of the current address
Implements
ICloneableCloneSee Also