DdeClient.Abandon Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.Abandon Method 

This terminates an asychronous operation.

public virtual void Abandon(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult object 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