IsConnected Property

NDde

Dynamic Data Exchange Library for .NET

DdeClient.IsConnected Property

This gets a bool indicating whether the conversation is established.

public virtual Boolean IsConnected {get;}

Remarks

CAUTION    Do not assume that the conversation is still established after checking this property. The conversation can terminate at any time.

See Also

DdeClient Class | NDde.Client Namespace