QuoteClientConnected Property
|
Check connection state.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic bool Connected { get; }
Public ReadOnly Property Connected As Boolean
Get
public:
property bool Connected {
bool get ();
}
member Connected : bool with get
Property Value
Type:
Boolean
See Also