ServiceHostFilterFlags Enumeration
Describes the filters to apply when you call ITeamProjectCollectionService.GetCollections.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ServiceHostFilterFlags
[FlagsAttribute]
public enum ServiceHostFilterFlags
[FlagsAttribute]
public enum class ServiceHostFilterFlags
[<FlagsAttribute>]
type ServiceHostFilterFlags
public enum ServiceHostFilterFlags
Members
Member name | Description | |
---|---|---|
IncludeActiveServicingDetails | Includes details about the hosts that have servicing operations in queued or running states. | |
IncludeAllServicingDetails | Includes details about the hosts that have servicing operations in queued, running, or completed states. | |
IncludeChildren | Child nodes of this host will be returned if this host contains child nodes. This applies only to the ApplicationServiceHost and will be ignored for collections. | |
IncludeCompletedServicingDetails | Includes details about the hosts that have servicing operations in a completed state. | |
IncludeQueuedServicingDetails | Includes details about the hosts that have servicing operations in a queued state. | |
IncludeRunningServicingDetails | Includes details about the hosts that have servicing operations in a running state. | |
None | Only registered collections will be returned. ServicingDetails will be empty. |