IRunningTaskFormsService Interface

Definition

Represents the RunningTaskForms object that hosts a service.

public interface class IRunningTaskFormsService : System::Collections::Generic::ICollection<Microsoft::SqlServer::Management::TaskForms::ITaskFormManagerHost ^>, System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::TaskForms::ITaskFormManagerHost ^>
public interface IRunningTaskFormsService : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.TaskForms.ITaskFormManagerHost>, System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.TaskForms.ITaskFormManagerHost>
type IRunningTaskFormsService = interface
    interface ICollection<ITaskFormManagerHost>
    interface seq<ITaskFormManagerHost>
    interface IEnumerable
Public Interface IRunningTaskFormsService
Implements ICollection(Of ITaskFormManagerHost), IEnumerable(Of ITaskFormManagerHost)
Implements

Methods

IsTaskFormInProgress(String, IContext)

Indicates if the creation of a dialog box is in progress. For example, if a user tries to open the properties of, for example, a Server role’s, taskFormMoniker will indicate which code to use and context will indicate which the object that was called.

Remove(String, IContext)

Removes the first occurrence of a specific object from the collection.

TryGetTaskFormManagerHost(String, IContext, ITaskFormManagerHost)

Sets a value indicating whether the manager host is running.

Applies to