Share via


PreFlush Property

  Microsoft Speech Technologies Homepage

Gets or sets whether to flush the DTMF buffer on the underlying telephony interface card before activation. Read/write.

Usage

ASP.NET markup: <speech:Dtmf PreFlush="..." />
Get value: Boolean = Dtmf.PreFlush;
Set value: Dtmf.PreFlush = Boolean;
Data type: System.Boolean
Required: No; Default: False

Remarks

Default is False (in order to enable type-ahead functionality).

The PreFlush property mirrors the preflush 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