This documentation is archived and is not being maintained.

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)

[FlagsAttribute]
public enum class ServiceHostFilterFlags

Member nameDescription
IncludeActiveServicingDetailsIncludes details about the hosts that have servicing operations in queued or running states.

IncludeAllServicingDetailsIncludes details about the hosts that have servicing operations in queued, running, or completed states.

IncludeChildrenChild 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.

IncludeCompletedServicingDetailsIncludes details about the hosts that have servicing operations in a completed state.

IncludeQueuedServicingDetailsIncludes details about the hosts that have servicing operations in a queued state.

IncludeRunningServicingDetailsIncludes details about the hosts that have servicing operations in a running state.

NoneOnly registered collections will be returned. ServicingDetails will be empty.

Show: