BeginGetMessageHeaders

BeginGetMessageHeaders (1 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(int32_t sequenceNumber)
ParameterDescription
sequenceNumberThe sequence number of the message

BeginGetMessageHeaders (2 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(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.

BeginGetMessageHeaders (3 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(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.

BeginGetMessageHeaders (4 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(System::SharedPtr < IConnection > connection, int32_t sequenceNumber)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message

BeginGetMessageHeaders (5 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(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.

BeginGetMessageHeaders (6 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(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.

BeginGetMessageHeaders (7 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(System::SharedPtr < IConnection > connection, System::String uniqueId)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique id of the message

BeginGetMessageHeaders (8 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(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.

BeginGetMessageHeaders (9 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(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.

BeginGetMessageHeaders (10 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(System::String uniqueId)
ParameterDescription
uniqueIdThe unique id of the message

BeginGetMessageHeaders (11 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(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.

BeginGetMessageHeaders (12 of 12)

Begins getting message headers

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetMessageHeaders(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.