BeginGetMessageThreads
Contents
[
Hide
]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)
| Parameter | Description |
|---|---|
| conditions | Thread conditions. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| conditions | Thread conditions. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |