ITeamFoundationHostManagementService.QueryChildrenServiceHostPropertiesCached Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function QueryChildrenServiceHostPropertiesCached ( _
requestContext As TeamFoundationRequestContext, _
parentHostId As Guid _
) As IEnumerable(Of HostProperties)
IEnumerable<HostProperties> QueryChildrenServiceHostPropertiesCached(
TeamFoundationRequestContext requestContext,
Guid parentHostId
)
IEnumerable<HostProperties^>^ QueryChildrenServiceHostPropertiesCached(
TeamFoundationRequestContext^ requestContext,
Guid parentHostId
)
abstract QueryChildrenServiceHostPropertiesCached :
requestContext:TeamFoundationRequestContext *
parentHostId:Guid -> IEnumerable<HostProperties>
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>.
.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.