BeginCommitDeletes

BeginCommitDeletes (1 of 28)

Begins to commit the deletions

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

BeginCommitDeletes()

BeginCommitDeletes (2 of 28)

Begins to commit the deletions

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

BeginCommitDeletes(int32_t sleep)
ParameterDescription
sleepWait time complete the operation in milliseconds

BeginCommitDeletes (3 of 28)

Begins to commit the deletions

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

BeginCommitDeletes(int32_t sleep, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sleepWait time complete the operation in milliseconds
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCommitDeletes (4 of 28)

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 (5 of 28)

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 (6 of 28)

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 (7 of 28)

Begins to commit the deletions

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, int32_t sleep)
ParameterDescription
connectionConnection to a server
sleepWait time complete the operation in milliseconds

BeginCommitDeletes (8 of 28)

Begins to commit the deletions

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, int32_t sleep, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sleepWait time complete the operation in milliseconds
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCommitDeletes (9 of 28)

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 (10 of 28)

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.

BeginCommitDeletes (11 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet)
ParameterDescription
connectionConnection to a server
uidSetSet of unique identifiers for messages

BeginCommitDeletes (12 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uidSetSet of unique identifiers for messages
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCommitDeletes (13 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uidSetSet of unique identifiers for messages
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCommitDeletes (14 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list

BeginCommitDeletes (15 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCommitDeletes (16 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCommitDeletes (17 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, System::String uniqueId)
ParameterDescription
connectionConnection to a server
uniqueIdThe uid of a message

BeginCommitDeletes (18 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

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

BeginCommitDeletes (19 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdThe uid of a message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCommitDeletes (20 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet)
ParameterDescription
uidSetSet of unique identifiers for messages

BeginCommitDeletes (21 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback)
ParameterDescription
uidSetSet of unique identifiers for messages
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCommitDeletes (22 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uidSetSet of unique identifiers for messages
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCommitDeletes (23 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::String startUid, System::String endUid)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list

BeginCommitDeletes (24 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::String startUid, System::String endUid, System::AsyncCallback callback)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCommitDeletes (25 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::String startUid, System::String endUid, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCommitDeletes (26 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::String uniqueId)
ParameterDescription
uniqueIdThe uid of a message

BeginCommitDeletes (27 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginCommitDeletes(System::String uniqueId, System::AsyncCallback callback)
ParameterDescription
uniqueIdThe uid of a message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCommitDeletes (28 of 28)

Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

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