BeginOnlineLogin

Sends a login message to the Unwired Server with the username and password.

Typically, the generated package database class already has a valid synchronization connection profile and you can log in to the Unwired Server with your username and credentials.

beginOnlineLogin sends a message to the Unwired Server with the username and password. The Unwired Server responds with a message to the client with the login success or failure.

When the login succeeds, the OnLoginSuccess method of the ICallbackHandler is invoked. When the login fails, the OnLoginFailure method of the ICallbackHandler is invoked.

Syntax

public static void BeginOnlineLogin(string username, string password)

Parameters

Returns

None.

Examples