DdeClient.EndRequest Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.EndRequest Method 

This gets the data returned by the server application for the operation.

public virtual byte[] EndRequest(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult object returned by a call to BeginRequest.

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