BeginRequestCheckpoint

BeginRequestCheckpoint (1 of 6)

Begins request a checkpoint of the currently selected mailbox.

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

BeginRequestCheckpoint()

BeginRequestCheckpoint (2 of 6)

Begins request a checkpoint of the currently selected mailbox.

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

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

BeginRequestCheckpoint (3 of 6)

Begins request a checkpoint of the currently selected mailbox.

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

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

BeginRequestCheckpoint (4 of 6)

Begins request a checkpoint of the currently selected mailbox.

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

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

BeginRequestCheckpoint (5 of 6)

Begins request a checkpoint of the currently selected mailbox.

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

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

BeginRequestCheckpoint (6 of 6)

Begins request a checkpoint of the currently selected mailbox.

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

BeginRequestCheckpoint(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.