DdeClient Constructor (String, String, DdeContext)

NDde

Dynamic Data Exchange Library for .NET

DdeClient Constructor (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 and uses the specified context.

public DdeClient(
   String service,
   String topic,
   DdeContext context
);

Parameters

service
A service name supported by a server application.
topic
A topic name support by a server application.
context
The context to use for execution.

Exceptions

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

See Also

DdeClient Class | NDde.Client Namespace | DdeClient Constructor Overload List