BeginFetchMessages
BeginFetchMessages (1 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumbers |
BeginFetchMessages (2 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumbers | |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginFetchMessages (3 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumbers | |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginFetchMessages (4 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uids)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uids | The sequence numbers of the messages |
BeginFetchMessages (5 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uids, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uids | The sequence numbers of the messages |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginFetchMessages (6 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uids, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uids | The sequence numbers of the messages |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginFetchMessages (7 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers)
| Parameter | Description |
|---|---|
| sequenceNumbers |
BeginFetchMessages (8 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceNumbers | |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginFetchMessages (9 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceNumbers | |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginFetchMessages (10 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uids)
| Parameter | Description |
|---|---|
| uids | The sequence numbers of the messages |
BeginFetchMessages (11 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uids, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uids | The sequence numbers of the messages |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginFetchMessages (12 of 12)
Begins FetchMessages operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginFetchMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uids, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uids | The sequence numbers of the messages |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |