DdeClient.Resume Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.Resume Method 

This resumes the current conversation.

public virtual void Resume();

Exceptions

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

See Also

DdeClient Class | NDde.Client Namespace