BeginCommitDeletes

BeginCommitDeletes (1 of 6)

Begins to commit the deletions.

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

BeginCommitDeletes()

BeginCommitDeletes (2 of 6)

Begins to commit the deletions.

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

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

BeginCommitDeletes (3 of 6)

Begins to commit the deletions.

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

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

BeginCommitDeletes (4 of 6)

Begins to commit the deletions.

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

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

BeginCommitDeletes (5 of 6)

Begins to commit the deletions.

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

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

BeginCommitDeletes (6 of 6)

Begins to commit the deletions.

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

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