Property ProcessEventTimeoutMs
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
ProcessEventTimeoutMs
Event-handler watchdog, ms (MT5 ProcessEventTimeoutMs). Events are raised on the API's receive loop, so a
slow handler delays every later push (quotes, trade updates). A handler that runs longer than this is reported on
OnLog (name + elapsed ms) and counted in SlowEventHandlers. 0 disables the check.
public int ProcessEventTimeoutMs { get; set; }
Property Value
Remarks
MT5 equivalent
MT5API.ProcessEventTimeoutMs— full: event-handler watchdog: a handler slower than the limit is reported on OnLog and counted (SlowEventHandlers); events run on the receive loop