BeginGetMessageSize

BeginGetMessageSize (1 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (2 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (3 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (4 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (5 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (6 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (7 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (8 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (9 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (10 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (11 of 12)

Begins GetMessageSize operation asynchronously

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

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

BeginGetMessageSize (12 of 12)

Begins GetMessageSize operation asynchronously

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

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