Tracking Client API for Windows Phone
ConnectAsync Method (remoteHostname, port)
NamespacesESRI.Tracking.ConnectorConnectorConnectAsync(String, Int32)
Connects to given remoteHostname at given port. The ConnectResponse event will be raised upon completion or error.
Declaration Syntax
C#Visual BasicVisual C++
public void ConnectAsync(
	string remoteHostname,
	int port
)
Public Sub ConnectAsync ( _
	remoteHostname As String, _
	port As Integer _
)
public:
void ConnectAsync(
	String^ remoteHostname, 
	int port
)
Parameters
remoteHostname (String)
Hostname of the Tracking Server Gateway.
port (Int32)
Port number of the Tracking Server Gateway.

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)