ServiceHostFilterFlags 열거형
ITeamProjectCollectionService.GetCollections를 호출 하는 경우에 적용할 필터를 설명 합니다.
이 열거형에는 멤버 값을 비트로 조합할 수 있는 FlagsAttribute 특성이 있습니다.
네임스페이스: Microsoft.TeamFoundation.Framework.Client
어셈블리: Microsoft.TeamFoundation.Client(Microsoft.TeamFoundation.Client.dll)
구문
‘선언
<FlagsAttribute> _
Public Enumeration ServiceHostFilterFlags
[FlagsAttribute]
public enum ServiceHostFilterFlags
멤버
멤버 이름 | 설명 | |
---|---|---|
IncludeActiveServicingDetails | 작업이 큐에 대기 중인 또는 실행 중인 상태에서 서비스를 호스트 하는 방법에 대 한 세부 정보를 포함 합니다. | |
IncludeAllServicingDetails | 서비스 큐에 대기 중인 실행 중이거나 완료 된 상태에서 작업 해야 하는 호스트에 대 한 정보를 포함 합니다. | |
IncludeChildren | 이 호스트에 자식 노드가 포함 된 경우이 호스트의 자식 노드가 반환 됩니다.이 ApplicationServiceHost에만 적용 되며 컬렉션에서는 무시 됩니다. | |
IncludeCompletedServicingDetails | 서비스 작업 완료 상태에 있는 호스트에 대 한 정보를 포함 합니다. | |
IncludeQueuedServicingDetails | 서비스 작업 대기 상태에 있는 호스트에 대 한 정보를 포함 합니다. | |
IncludeRunningServicingDetails | 서비스 작업 실행 상태에 있는 호스트에 대 한 정보를 포함 합니다. | |
None | 등록 된 컬렉션만 반환 됩니다.ServicingDetails는 비어 있게 됩니다. |