BeginLogin

BeginLogin (1 of 6)

Begins to sign in to a server

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginLogin()

BeginLogin (2 of 6)

Begins to sign in to a server

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginLogin(System::AsyncCallback callback)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginLogin (3 of 6)

Begins to sign in to a server

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginLogin(System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginLogin (4 of 6)

Begins to sign in to a server

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginLogin(System::SharedPtr < IConnection > connection)
ParameterDescription
connectionConnection to a server

BeginLogin (5 of 6)

Begins to sign in to a server

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginLogin(System::SharedPtr < IConnection > connection, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginLogin (6 of 6)

Begins to sign in to a server

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginLogin(System::SharedPtr < IConnection > iConnection, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
iConnectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.