DdeClient.EndStartAdvise Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.EndStartAdvise Method 

This throws any exception that occurred during the operation.

public virtual void EndStartAdvise(
   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 initiate the advise loop.

See Also

DdeClient Class | NDde.Client Namespace