DdeClient.EndPoke Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.EndPoke Method 

This throws any exception that occurred during the asynchronous operation.

public virtual void EndPoke(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult object returned by a call to BeginPoke.

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 data.

See Also

DdeClient Class | NDde.Client Namespace