DdeClient.Connect Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.Connect Method 

This establishes a conversation with a server that supports the specified service name and topic name pair.

public virtual void Connect();

Exceptions

Exception Type Condition
InvalidOperationException This is thrown when the client is already connected.
DdeException This is thrown when the client could not connect to the server.

See Also

DdeClient Class | NDde.Client Namespace