DdeContext.EndInvoke Method

NDde

Dynamic Data Exchange Library for .NET

DdeContext.EndInvoke Method 

This returns the object that the delegate returned in the operation.

public object EndInvoke(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult object returned by a call to BeginInvoke.

Return Value

The object returned by the delegate.

Implements

ISynchronizeInvoke.

See Also

DdeContext Class | NDde.Advanced Namespace