BeginListMessage
BeginListMessage (1 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
BeginListMessage (2 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(int32_t sequenceNumber, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginListMessage (3 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginListMessage (4 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(int32_t sequenceNumber, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
BeginListMessage (5 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(int32_t sequenceNumber, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginListMessage (6 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(int32_t sequenceNumber, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginListMessage (7 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
BeginListMessage (8 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginListMessage (9 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(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 message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginListMessage (10 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
BeginListMessage (11 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginListMessage (12 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginListMessage (13 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, System::String uniqueId)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
BeginListMessage (14 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginListMessage (15 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginListMessage (16 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
BeginListMessage (17 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginListMessage (18 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginListMessage (19 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::String uniqueId)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
BeginListMessage (20 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::String uniqueId, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginListMessage (21 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::String uniqueId, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginListMessage (22 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::String uniqueId, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
BeginListMessage (23 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::String uniqueId, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginListMessage (24 of 24)
Begins to get information about a message.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessage(System::String uniqueId, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| messageExtraFields | List of extra parameters for a message wich will be requested. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |