Freigeben über


PreFlush Property

  Microsoft Speech Technologies Homepage

Gets or sets whether the PromptQueue object should be flushed when playing this prompt. Read/write.

Usage

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

Remarks

For more information about the PromptQueue object, see the SALT PromptQueue topic.

Example

<form id="Form1" method="post" runat="server">
  ...
  <speech:qa ID="ReadyDialogPrompt" AllowCommands="False" PlayOnce="true" runat="server" >
    <prompt BargeIn="false" ID="DialogPrompt4" PreFlush="True" PreFetch="True"
      InlinePrompt="Thank you. We hope you have a pleasant flight.">
    </prompt>
  ...
</form>

See Also

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