Configuration¶
-
IWaitMatchSignal ITriggerMatchSignal.Configuration { get; set; }¶
Gets or sets the wait match signal command to be triggered when this command is executed.
- Value
IWaitMatchSignal – The IWaitMatchSignal to be triggered.
- Throws
NullArgumentException
– Null reference was passed.UnknownObjectException
– WaitMatchSignal command is not related to this queue.InvalidOperationException
– Command state not “Idle”.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException
– Object is disposed.