DdeServer Constructor

NDde

Dynamic Data Exchange Library for .NET

DdeServer Constructor

Overload List

This initializes a new instance of the DdeServer class that can register the specified service name.

public DdeServer(String);

This initializes a new instance of the DdeServer class that can register the specified service name and uses the specified context.

public DdeServer(String,DdeContext);

This initializes a new instance of the DdeServer class that can register the specified service name and using the specified synchronizing object.

public DdeServer(String,ISynchronizeInvoke);

See Also

DdeServer Class | NDde.Server Namespace