Partilhar via


InitialTimeout Property

  Microsoft Speech Technologies Homepage

Gets or sets the time-out, in milliseconds, between activation and the first key press. Read/write.

Usage

ASP.NET markup: <speech:Dtmf InitialTimeout="..." />
Get value: Int = Dtmf.InitialTimeout;
Set value: Dtmf.InitialTimeout = Int;
Data type: Int
Required: No

Remarks

If this time-out occurs, the Dtmf collection ends automatically. If the time-out is unspecified, InitialTimeout defaults to a Telephony Application Services internal setting. The control throws an exception if InitialTimeout is a non-integer or negative value.

The InitialTimeout property mirrors the initialtimeout attribute on the SALT dtmf object.

Example

<speech:Dtmf runat="server"
  ID="Dtmf1"
  PreFlush="True"
  InitialTimeout="2500"
  InterDigitTimeout="2500"
  EndSilence="2000">
</speech:Dtmf>

See Also

Dtmf Class | Dtmf Constructor | Dtmf Members | Dtmf Properties | Dtmf Methods | Dtmf Events | Dtmf Remarks