IServerStatusService Interface
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface IServerStatusService
public interface IServerStatusService
public interface class IServerStatusService
type IServerStatusService = interface end
public interface IServerStatusService
The IServerStatusService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CheckAuthentication | Checks whether the client is authenticated and returns the authenticated user name |
![]() |
GetServerStatus | GetServerStatus |
![]() |
GetSupportedContractVersion | Return the minimum and current version of application tier. |
Top