WaitMatch

void ISignal.WaitMatch(Uint32Condition condition, double timeout)

Waits until the signal matches the specified condition, or the timeout interval is exceeded.

Parameters
  • condition – Uint32Condition to wait for.

  • timeout – Interval in seconds to wait for condition. Negative value means infinite.

Throws
Remarks

Execution requires one subscription resource.