Tracking Client API for Windows Phone
AuthenticateAsync Method (username, password)
NamespacesESRI.Tracking.ConnectorConnectorAuthenticateAsync(String, String)
Authenticates with the Tracking Server using the provided username and password. The AuthenticateResponse event will be raised upon completion or error.
Declaration Syntax
C#Visual BasicVisual C++
public void AuthenticateAsync(
	string username,
	string password
)
Public Sub AuthenticateAsync ( _
	username As String, _
	password As String _
)
public:
void AuthenticateAsync(
	String^ username, 
	String^ password
)
Parameters
username (String)
Username for authentication.
password (String)
Password for authentication.

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