DdeClient Constructor (String, String, ISynchronizeInvoke)

NDde

Dynamic Data Exchange Library for .NET

DdeClient Constructor (String, String, ISynchronizeInvoke)

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 using the specified synchronizing object.

public DdeClient(
   String service,
   String topic,
   ISynchronizeInvoke synchronizingObject
);

Parameters

service
A service name supported by a server application.
topic
A topic name support by a server application.
synchronizingObject
The synchronizing object to use for this instance.

Exceptions

Exception Type Condition
ArgumentException This is thown when service 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