Signals

IDictionary<string, ISignal> IEvent.Signals { get; }

Gets the collection of signals of this event.

Value

IDictionary<string, ISignal> – Collection of signals of this event.

Throws