BeginGetMessageThreads

BeginGetMessageThreads (1 of 2)

Begins getting message threads asynchronously.

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

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

BeginGetMessageThreads (2 of 2)

Begins getting message threads asynchronously.

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

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