DdeServer.Pause Method ()

NDde

Dynamic Data Exchange Library for .NET

DdeServer.Pause Method ()

This pauses all conversations.

public virtual void Pause();

Remarks

Pausing a conversation causes this object to queue events until the conversation resumes.

Exceptions

Exception Type Condition
InvalidOperationException This is thrown when the server is not registered.
DdeException This is thrown when the conversations could not be paused.

See Also

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