BeginGetMessageUniqueId

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)
ParameterDescription
sequenceNumberThe 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)
ParameterDescription
sequenceNumberThe sequence number of the message
callbackReferences 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)
ParameterDescription
sequenceNumberThe sequence number of the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
callbackReferences 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.