MarkLogic XCC/.Net Library

ServerConnection.isOpen Method 

Indicates whether the underlying connection channel is open.

[Visual Basic]
Function isOpen() As Boolean
[C#]
bool isOpen();

Return Value

true is open, false if closed.

See Also

ServerConnection Interface | Marklogic.Xcc.Spi Namespace