IRunningTaskFormsService Interface
Represents the RunningTaskForms object that hosts a service.
Namespace: Microsoft.SqlServer.Management.TaskForms
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
The IRunningTaskFormsService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ICollection<ITaskFormManagerHost>.) |
![]() | IsReadOnly | (Inherited from ICollection<ITaskFormManagerHost>.) |
| Name | Description | |
|---|---|---|
![]() | Add | (Inherited from ICollection<ITaskFormManagerHost>.) |
![]() | Clear | (Inherited from ICollection<ITaskFormManagerHost>.) |
![]() | Contains | (Inherited from ICollection<ITaskFormManagerHost>.) |
![]() | CopyTo | (Inherited from ICollection<ITaskFormManagerHost>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<ITaskFormManagerHost>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable.) |
![]() | IsTaskFormInProgress | 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(T) | (Inherited from ICollection<ITaskFormManagerHost>.) |
![]() | Remove(String, IContext) | Removes the first occurrence of a specific object from the collection. |
![]() | TryGetTaskFormManagerHost | Sets a value indicating whether the manager host is running. |

