DdeClient.Disconnect Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.Disconnect Method 

This terminates the current conversation.

public virtual void Disconnect();

Events

Event Type Reason
Disconnected  

Exceptions

Exception Type Condition
InvalidOperationException This is thrown when the client was not previously connected.
DdeException This is thown when the client could not disconnect from the server.

See Also

DdeClient Class | NDde.Client Namespace