DdeClient Constructor

NDde

Dynamic Data Exchange Library for .NET

DdeClient Constructor

Overload List

This initializes a new instance of the DdeClient class that can connect to a server that supports the specified service name and topic name pair.

public DdeClient(String,String);

This initializes a new instance of the DdeClient class that can connect to a server that supports the specified service name and topic name pair and uses the specified context.

public DdeClient(String,String,DdeContext);

This initializes a new instance of the DdeClient class that can connect to a server that supports the specified service name and topic name pair using the specified synchronizing object.

public DdeClient(String,String,ISynchronizeInvoke);

See Also

DdeClient Class | NDde.Client Namespace