PromptService Class TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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).
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also