Freigeben über


TeamFoundationHostManagementService.QueryChildrenServiceHostPropertiesCached-Methode

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function QueryChildrenServiceHostPropertiesCached ( _
    requestContext As TeamFoundationRequestContext, _
    parentHostId As Guid _
) As IEnumerable(Of HostProperties)
public IEnumerable<HostProperties> QueryChildrenServiceHostPropertiesCached(
    TeamFoundationRequestContext requestContext,
    Guid parentHostId
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<HostProperties>
Gibt IEnumerable<T> zurück.

Implementiert

ITeamFoundationHostManagementService.QueryChildrenServiceHostPropertiesCached(TeamFoundationRequestContext, Guid)

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationHostManagementService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace