DdeServer.Pause Method (DdeConversation)

NDde

Dynamic Data Exchange Library for .NET

DdeServer.Pause Method (DdeConversation)

This pauses the specified conversation.

public virtual void Pause(
   DdeConversation conversation
);

Parameters

conversation
The conversation to pause.

Exceptions

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

See Also

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