Click or drag to resize
Akka.NETAddressClone 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
public Object Clone()

Return Value

Type: Object
A new copy of the current address

Implements

ICloneableClone
See Also