DdeServer.Disconnect Method (DdeConversation)

NDde

Dynamic Data Exchange Library for .NET

DdeServer.Disconnect Method (DdeConversation)

This terminates the specified conversation.

public virtual void Disconnect(
   DdeConversation conversation
);

Parameters

conversation
The conversation to terminate.

Exceptions

Exception Type Condition
ArgumentNullException This is thrown when conversation is a null reference.
InvalidOperationException This is thrown when the server is not registered.
DdeException This is thrown when the conversation could not be terminated.

See Also

DdeServer Class | NDde.Server Namespace | DdeServer.Disconnect Overload List