DdeServer Constructor (String, DdeContext)

NDde

Dynamic Data Exchange Library for .NET

DdeServer Constructor (String, DdeContext)

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

public DdeServer(
   String service,
   DdeContext context
);

Parameters

service
The service name that this instance can register.
context
The context to use for execution.

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