TeamFoundationHostManagementService.QueryHostReadyState Method
Queries the host ready state.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function QueryHostReadyState ( _
requestContext As TeamFoundationRequestContext, _
hostProperties As TeamFoundationServiceHostProperties _
) As TeamFoundationHostReadyState
public TeamFoundationHostReadyState QueryHostReadyState(
TeamFoundationRequestContext requestContext,
TeamFoundationServiceHostProperties hostProperties
)
public:
virtual TeamFoundationHostReadyState^ QueryHostReadyState(
TeamFoundationRequestContext^ requestContext,
TeamFoundationServiceHostProperties^ hostProperties
) sealed
abstract QueryHostReadyState :
requestContext:TeamFoundationRequestContext *
hostProperties:TeamFoundationServiceHostProperties -> TeamFoundationHostReadyState
override QueryHostReadyState :
requestContext:TeamFoundationRequestContext *
hostProperties:TeamFoundationServiceHostProperties -> TeamFoundationHostReadyState
public final 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.TeamFoundationServiceHostProperties
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationHostReadyState
The host ready state. Cannot be null.
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.