BeginSaveMessage
BeginSaveMessage (1 of 12)
Begins SaveMessage operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSaveMessage(int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > outputStream)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| outputStream | Stream where message will be saved |
BeginSaveMessage (2 of 12)
Begins SaveMessage operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSaveMessage(int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > outputStream, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| outputStream | Stream where message will be saved |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginSaveMessage (3 of 12)
Begins SaveMessage operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSaveMessage(int32_t sequenceNumber, System::SharedPtr < System::IO::Stream > outputStream, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| outputStream | Stream where message will be saved |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginSaveMessage (4 of 12)
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 > outputStream)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| outputStream | Stream where message will be saved |
BeginSaveMessage (5 of 12)
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 > outputStream, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| outputStream | Stream where message will be saved |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginSaveMessage (6 of 12)
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 > outputStream, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| outputStream | Stream where message will be saved |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginSaveMessage (7 of 12)
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 > outputStream)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| outputStream | Stream where message will be saved |
BeginSaveMessage (8 of 12)
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 > outputStream, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| outputStream | Stream where message will be saved |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginSaveMessage (9 of 12)
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 > outputStream, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| outputStream | Stream where message will be saved |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginSaveMessage (10 of 12)
Begins SaveMessage operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSaveMessage(System::String uniqueId, System::SharedPtr < System::IO::Stream > outputStream)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| outputStream | Stream where message will be saved |
BeginSaveMessage (11 of 12)
Begins SaveMessage operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSaveMessage(System::String uniqueId, System::SharedPtr < System::IO::Stream > outputStream, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| outputStream | Stream where message will be saved |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginSaveMessage (12 of 12)
Begins SaveMessage operation asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSaveMessage(System::String uniqueId, System::SharedPtr < System::IO::Stream > outputStream, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| outputStream | Stream where message will be saved |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |