DdeClient.Pause Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.Pause Method 

This pauses the current conversation.

public virtual void Pause();

Remarks

Synchronous operations will timeout if the conversation is paused. Asynchronous operations can begin, but will not complete until the conversation has resumed.

Exceptions

Exception Type Condition
InvalidOperationException This is thrown when the conversation is already paused.
DdeException This is thrown when the conversation could not be paused or when the client is not connected.

See Also

DdeClient Class | NDde.Client Namespace