ErlAbstractConnection Connected Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Determine if the connection is still alive. Note that this method only reports the status of the connection, and that it is possible that there are unread messages waiting in the receive queue

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool Connected { get; }

Property Value

Type: OnlineBoolean
See Also