SignalMatchHandler<T>¶ delegate void SignalMatchHandler<T>(ISignal signal, T value)¶ Represents the method that is called when a signal condition is matched. Template Parameters T – The type of the signal value. Parameters signal – Signal that was part of the condition. value – Signal value that triggered the match.