DdeServer.Resume Method (DdeConversation)

NDde

Dynamic Data Exchange Library for .NET

DdeServer.Resume Method (DdeConversation)

This resumes the specified conversation.

public virtual void Resume(
   DdeConversation conversation
);

Parameters

conversation
The conversation to resume.

Exceptions

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

See Also

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