TeamFoundationHostManagementService.QueryChildrenServiceHostPropertiesCached Method

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 TeamFoundationServiceHostProperties)
public IEnumerable<TeamFoundationServiceHostProperties> QueryChildrenServiceHostPropertiesCached(
    TeamFoundationRequestContext requestContext,
    Guid parentHostId
)
public:
IEnumerable<TeamFoundationServiceHostProperties^>^ QueryChildrenServiceHostPropertiesCached(
    TeamFoundationRequestContext^ requestContext, 
    Guid parentHostId
)
member QueryChildrenServiceHostPropertiesCached : 
        requestContext:TeamFoundationRequestContext * 
        parentHostId:Guid -> IEnumerable<TeamFoundationServiceHostProperties> 
public function QueryChildrenServiceHostPropertiesCached(
    requestContext : TeamFoundationRequestContext, 
    parentHostId : Guid
) : IEnumerable<TeamFoundationServiceHostProperties>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<TeamFoundationServiceHostProperties>

.NET Framework Security

See Also

Reference

TeamFoundationHostManagementService Class

Microsoft.TeamFoundation.Framework.Server Namespace