MT5APIProcessServerMessagesInThread Property
|
If you need so subscribe all symbols on each mt4 put 'true' to speed up application
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public bool ProcessServerMessagesInThread { get; set; }
Public Property ProcessServerMessagesInThread As Boolean
Get
Set
public:
property bool ProcessServerMessagesInThread {
bool get ();
void set (bool value);
}
member ProcessServerMessagesInThread : bool with get, set
Property Value
BooleanSee Also