DdeServer Constructor (String, ISynchronizeInvoke)

NDde

Dynamic Data Exchange Library for .NET

DdeServer Constructor (String, ISynchronizeInvoke)

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 service,
   ISynchronizeInvoke synchronizingObject
);

Parameters

service
The service name that this instance can register.
synchronizingObject
The synchronizing object to use for this instance.

Exceptions

Exception Type Condition
ArgumentException This is thown when service exceeds 255 characters..
ArgumentNullException This is thrown when service is a null reference.

See Also

DdeServer Class | NDde.Server Namespace | DdeServer Constructor Overload List