Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function QueryServiceHostPropertiesCached ( _
    requestContext As TeamFoundationRequestContext, _
    hostId As Guid _
) As HostProperties
public HostProperties QueryServiceHostPropertiesCached(
    TeamFoundationRequestContext requestContext,
    Guid hostId
)
public:
virtual HostProperties^ QueryServiceHostPropertiesCached(
    TeamFoundationRequestContext^ requestContext, 
    Guid hostId
) sealed
abstract QueryServiceHostPropertiesCached : 
        requestContext:TeamFoundationRequestContext * 
        hostId:Guid -> HostProperties  
override QueryServiceHostPropertiesCached : 
        requestContext:TeamFoundationRequestContext * 
        hostId:Guid -> HostProperties
public final function QueryServiceHostPropertiesCached(
    requestContext : TeamFoundationRequestContext, 
    hostId : Guid
) : HostProperties
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostId
 Type: System.Guid
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.HostProperties
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.