|
BroConnectionIsAlive Property |
Gets flag that determines whether a connection is currently alive or has died.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public bool IsAlive { get; }
Public ReadOnly Property IsAlive As Boolean
Get
member IsAlive : bool with get
/** @property */
public boolean get_IsAlive()
Property Value
Type:
BooleanSee Also