Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries the host ready state.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function QueryHostReadyState ( _
requestContext As TeamFoundationRequestContext, _
hostProperties As TeamFoundationServiceHostProperties _
) As TeamFoundationHostReadyState
TeamFoundationHostReadyState QueryHostReadyState(
TeamFoundationRequestContext requestContext,
TeamFoundationServiceHostProperties hostProperties
)
TeamFoundationHostReadyState^ QueryHostReadyState(
TeamFoundationRequestContext^ requestContext,
TeamFoundationServiceHostProperties^ hostProperties
)
abstract QueryHostReadyState :
requestContext:TeamFoundationRequestContext *
hostProperties:TeamFoundationServiceHostProperties -> TeamFoundationHostReadyState
function QueryHostReadyState(
requestContext : TeamFoundationRequestContext,
hostProperties : TeamFoundationServiceHostProperties
) : TeamFoundationHostReadyState
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe configuration host request context.
hostProperties
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHostPropertiesThe host which ready status should be checked. Cannot be equal to Guid.Empty.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationHostReadyState
The host ready state. Cannot be null.
.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.