DdeContext.Invoke Method

NDde

Dynamic Data Exchange Library for .NET

DdeContext.Invoke Method 

This executes a delegate on the thread hosting this object.

public object Invoke(
   Delegate method,
   Object[] args
);

Parameters

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

Return Value

The object returned by the delegate.

Implements

ISynchronizeInvoke.

See Also

DdeContext Class | NDde.Advanced Namespace