This terminates an asychronous operation.
Parameters
- asyncResult
- The
IAsyncResultobject returned by a call that begins an asynchronous operation.
Remarks
This method does nothing if the asynchronous operation has already completed.
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | This is thown when asyncResult is an invalid IAsyncResult. |
| ArgumentNullException | This is thrown when asyncResult is a null reference. |
| InvalidOperationException | This is thrown when the client is not connected. |
| DdeException | This is thrown when the asynchronous operation could not be abandoned. |
See Also
DdeClient Class | NDde.Client Namespace