Signals

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

Gets the collection of signals of this command queue.

Value

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

Throws