PromptService Class TIBCO Spotfire 5.5 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: 11.15.5816.4413 (11.15.5816.4413)
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: 5.5, 5.0, 4.5, 4.0, 3.3
See Also