BeginLogout

BeginLogout (1 of 6)

Begins to sign in to a server

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

BeginLogout()

BeginLogout (2 of 6)

Begins to sign in to a server

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

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

BeginLogout (3 of 6)

Begins to sign in to a server

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

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

BeginLogout (4 of 6)

Begins to sign in to a server

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

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

BeginLogout (5 of 6)

Begins to sign in to a server

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

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

BeginLogout (6 of 6)

Begins to sign in to a server

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

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