BeginSendQueue
Contents
[
Hide
]BeginSendQueue (1 of 3)
Please note: this method is used only for the .NET framework with versions earlier than 4.5.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSendQueue()
BeginSendQueue (2 of 3)
Please note: this method is used only for the .NET framework with versions earlier than 4.5.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSendQueue(System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginSendQueue (3 of 3)
Please note: this method is used only for the .NET framework with versions earlier than 4.5.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSendQueue(System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |