BeginSaveMessage

BeginSaveMessage (1 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > resultStream)
ParameterDescription
sequenceNumberThe sequence number of the message
resultStreamStream that will receive the message

BeginSaveMessage (2 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > resultStream, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of the message
resultStreamStream that will receive the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSaveMessage (3 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > resultStream, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of the message
resultStreamStream that will receive the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginSaveMessage (4 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(int32_t sequenceNumber, System::String fileName)
ParameterDescription
sequenceNumberThe sequence number of the message
fileNameThe path of the local file. This cannot be a directory

BeginSaveMessage (5 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(int32_t sequenceNumber, System::String fileName, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of the message
fileNameThe path of the local file. This cannot be a directory
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSaveMessage (6 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(int32_t sequenceNumber, System::String fileName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of the message
fileNameThe path of the local file. This cannot be a directory
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginSaveMessage (7 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > resultStream)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
resultStreamStream that will receive the message

BeginSaveMessage (8 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > resultStream, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
resultStreamStream that will receive the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSaveMessage (9 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > resultStream, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
resultStreamStream that will receive the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginSaveMessage (10 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String fileName)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
fileNameThe path of the local file. This cannot be a directory

BeginSaveMessage (11 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String fileName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
fileNameThe path of the local file. This cannot be a directory
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSaveMessage (12 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String fileName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
fileNameThe path of the local file. This cannot be a directory
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginSaveMessage (13 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < System::IO::Stream > resultStream)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
resultStreamStream that will receive the message

BeginSaveMessage (14 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < System::IO::Stream > resultStream, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
resultStreamStream that will receive the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSaveMessage (15 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < System::IO::Stream > resultStream, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
resultStreamStream that will receive the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginSaveMessage (16 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String fileName)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
fileNameThe path of the local file. This cannot be a directory

BeginSaveMessage (17 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String fileName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
fileNameThe path of the local file. This cannot be a directory
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSaveMessage (18 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String fileName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
fileNameThe path of the local file. This cannot be a directory
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginSaveMessage (19 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::String uniqueId, System::SharedPtr < System::IO::Stream > resultStream)
ParameterDescription
uniqueIdThe unique Id of the message
resultStreamStream that will receive the message

BeginSaveMessage (20 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::String uniqueId, System::SharedPtr < System::IO::Stream > resultStream, System::AsyncCallback callback)
ParameterDescription
uniqueIdThe unique Id of the message
resultStreamStream that will receive the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSaveMessage (21 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::String uniqueId, System::SharedPtr < System::IO::Stream > resultStream, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdThe unique Id of the message
resultStreamStream that will receive the message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginSaveMessage (22 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::String uniqueId, System::String fileName)
ParameterDescription
uniqueIdThe unique Id of the message
fileNameThe path of the local file. This cannot be a directory

BeginSaveMessage (23 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::String uniqueId, System::String fileName, System::AsyncCallback callback)
ParameterDescription
uniqueIdThe unique Id of the message
fileNameThe path of the local file. This cannot be a directory
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSaveMessage (24 of 24)

Begins SaveMessage operation asynchronously

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

BeginSaveMessage(System::String uniqueId, System::String fileName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdThe unique Id of the message
fileNameThe path of the local file. This cannot be a directory
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.