DdeContext Constructor

NDde

Dynamic Data Exchange Library for .NET

DdeContext Constructor

Overload List

This initializes a new instance of the DdeContext class that uses a dedicated thread for execution.

public DdeContext();

This initializes a new instance of the DdeContext class that uses the specified synchronizing object for execution.

public DdeContext(ISynchronizeInvoke);

See Also

DdeContext Class | NDde.Advanced Namespace