BeginGetMessageUniqueId
Contents
[
Hide
]BeginGetMessageUniqueId (1 of 6)
Begins to get the message unique id
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageUniqueId(int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
BeginGetMessageUniqueId (2 of 6)
Begins to get the message unique id
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageUniqueId(int32_t sequenceNumber, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginGetMessageUniqueId (3 of 6)
Begins to get the message unique id
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageUniqueId(int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginGetMessageUniqueId (4 of 6)
Begins to get the message unique id
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageUniqueId(System::SharedPtr < IConnection > connection, int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
BeginGetMessageUniqueId (5 of 6)
Begins to get the message unique id
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageUniqueId(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginGetMessageUniqueId (6 of 6)
Begins to get the message unique id
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageUniqueId(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |