Address..::..Copy Method

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public Address Copy(
	string protocol,
	string system,
	string host,
	Nullable<int> port
)
Public Function Copy ( _
	protocol As String, _
	system As String, _
	host As String, _
	port As Nullable(Of Integer) _
) As Address
public:
Address^ Copy(
	String^ protocol, 
	String^ system, 
	String^ host, 
	Nullable<int^> port
)

Parameters

protocol
Type: String
system
Type: String
host
Type: String
port
Type: Nullable<(Of <(<'Int32>)>)>