SubscribeMatch

ISubscription ISignal.SubscribeMatch(Uint32Condition condition, SignalMatchHandler<uint> handler)

Subscribes a callback to be executed when the signal matches the specified condition.

Parameters
  • condition – Uint32Condition specifying when callback is to be executed.

  • handler – Delegate to be invoked when match occurs.

Returns

ISubscription – An ISubscription for the callback.

Throws