BeginSortMessageThreads

BeginSortMessageThreads (1 of 2)

Begins sorting message threads asynchronously.

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

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

BeginSortMessageThreads (2 of 2)

Begins sorting message threads asynchronously.

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

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