This gets the data returned by the server application for the operation.
Parameters
- asyncResult
- The
IAsyncResultobject returned by a call toBeginRequest.
Return Value
The data returned by the server application.
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | This is thown when asyncResult is an invalid IAsyncResult. |
| ArgumentNullException | This is thrown when asyncResult is a null reference. |
| DdeException | This is thrown when the server does not process the request. |
See Also
DdeClient Class | NDde.Client Namespace