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
)
public:
virtual IEnumerable<HostProperties^>^ QueryChildrenServiceHostPropertiesCached(
    TeamFoundationRequestContext^ requestContext, 
    Guid parentHostId
) sealed
abstract QueryChildrenServiceHostPropertiesCached : 
        requestContext:TeamFoundationRequestContext * 
        parentHostId:Guid -> IEnumerable<HostProperties> 
override QueryChildrenServiceHostPropertiesCached : 
        requestContext:TeamFoundationRequestContext * 
        parentHostId:Guid -> IEnumerable<HostProperties> 
public final function QueryChildrenServiceHostPropertiesCached(
    requestContext : TeamFoundationRequestContext, 
    parentHostId : Guid
) : IEnumerable<HostProperties>
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- parentHostId
 Type: System.Guid
Return Value
Type: System.Collections.Generic.IEnumerable<HostProperties>
Returns IEnumerable<T>.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.