DdeClient Constructor (String, String)

NDde

Dynamic Data Exchange Library for .NET

DdeClient Constructor (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.

public DdeClient(
   String service,
   String topic
);

Parameters

service
A service name supported by a server application.
topic
A topic name support by a server application.

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