MaximumNoInputs Property
Gets or sets the maximum number of consecutive no-inputs that need to occur for the event to trigger. Silence and NoRecognition are both considered no-inputs. The default is 3.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<DefaultValueAttribute()> _
Public Property MaximumNoInputs As Integer
[DefaultValueAttribute()]
public int MaximumNoInputs { get; set; }
[DefaultValueAttribute()]
public:
property int MaximumNoInputs {
int get ();
void set (int value);
}
function get_maximumNoInputs();
function set_maximumNoInputs(value);
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if trying to set the property to a value that is less than or equal to zero. |