PromptService Class TIBCO Spotfire 6.0 API Reference
Allows the user to be prompted for input to various operations.
Inheritance Hierarchy

System Object
  DedicatedThreadAccessible
    DedicatedThreadService
      Spotfire.Dxp.Framework.ApplicationModel PromptService

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public sealed class PromptService : DedicatedThreadService
Remarks

This service is always available in the application but the calls to Prompt(Object, Type) will throw exceptions if the application is running in a mode in which it is not possible to interact with the user (for example headless mode).
See Also