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)
ParameterDescription
sequenceNumberThe 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)
ParameterDescription
sequenceNumberThe sequence number of message
callbackReferences 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)
ParameterDescription
sequenceNumberThe sequence number of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
sequenceNumberThe sequence number of message
messageExtraFieldsList 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)
ParameterDescription
sequenceNumberThe sequence number of message
messageExtraFieldsList of extra parameters for a message wich will be requested.
callbackReferences 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)
ParameterDescription
sequenceNumberThe sequence number of message
messageExtraFieldsList of extra parameters for a message wich will be requested.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
callbackReferences 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
messageExtraFieldsList 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
messageExtraFieldsList of extra parameters for a message wich will be requested.
callbackReferences 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
messageExtraFieldsList of extra parameters for a message wich will be requested.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
callbackReferences 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
messageExtraFieldsList 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
messageExtraFieldsList of extra parameters for a message wich will be requested.
callbackReferences 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
messageExtraFieldsList of extra parameters for a message wich will be requested.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
uniqueIdThe 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)
ParameterDescription
uniqueIdThe unique Id of the message
callbackReferences 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)
ParameterDescription
uniqueIdThe unique Id of the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
uniqueIdThe unique Id of the message
messageExtraFieldsList 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)
ParameterDescription
uniqueIdThe unique Id of the message
messageExtraFieldsList of extra parameters for a message wich will be requested.
callbackReferences 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)
ParameterDescription
uniqueIdThe unique Id of the message
messageExtraFieldsList of extra parameters for a message wich will be requested.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.