DdeContext.BeginInvoke Method

NDde

Dynamic Data Exchange Library for .NET

DdeContext.BeginInvoke Method 

This begins an asynchronous operation to execute a delegate on the thread hosting this object.

public IAsyncResult BeginInvoke(
   Delegate method,
   Object[] args
);

Parameters

method
The delegate to execute.
args
The arguments to pass to the delegate.

Return Value

An IAsyncResult object for this operation.

Implements

ISynchronizeInvoke.

See Also

DdeContext Class | NDde.Advanced Namespace