ServerStatus 클래스

Service1에 대 한 요약 설명입니다.

상속 계층 구조

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.TeamFoundation.Server.Core.WebServices.TeamFoundationWebService
        Microsoft.TeamFoundation.Integration.Server.IntegrationWebService
          Microsoft.TeamFoundation.Integration.Server.ServerStatus

네임스페이스:  Microsoft.TeamFoundation.Integration.Server
어셈블리:  Microsoft.TeamFoundation.Server.Core(Microsoft.TeamFoundation.Server.Core.dll)

구문

‘선언
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/ServerStatus/03",  _
    Description := "Team Foundation Server Status web service")> _
<ClientServiceAttribute(ServiceName := "ServerStatus", CollectionServiceIdentifier := "d395630a-d784-45b9-b8d1-f4b82042a8d0")> _
Public Class ServerStatus _
    Inherits IntegrationWebService
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/ServerStatus/03", 
    Description = "Team Foundation Server Status web service")]
[ClientServiceAttribute(ServiceName = "ServerStatus", CollectionServiceIdentifier = "d395630a-d784-45b9-b8d1-f4b82042a8d0")]
public class ServerStatus : IntegrationWebService

ServerStatus 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 ServerStatus

위쪽

속성

  이름 설명
Public 속성 Application 현재 HTTP 요청에 대한 응용 프로그램 개체를 가져옵니다. (WebService에서 상속됨)
Public 속성 Container 구성 요소의 컨테이너를 가져옵니다. (MarshalByValueComponent에서 상속됨)
Public 속성 Context 현재 요청에 대한 ASP.NET HttpContext를 가져오며 이것은 웹 요청을 처리하기 위해 HTTP 서버가 사용하는 모든 HTTP 관련 컨텍스트를 캡슐화합니다. (WebService에서 상속됨)
Public 속성 DesignMode 구성 요소가 현재 디자인 모드에 있는지 여부를 나타내는 값을 가져옵니다. (MarshalByValueComponent에서 상속됨)
Protected 속성 Events 이 구성 요소에 연결된 이벤트 처리기의 목록을 가져옵니다. (MarshalByValueComponent에서 상속됨)
Protected 속성 RequestContext 이 웹 서비스 요청과 관련 된 RequestContext입니다. (TeamFoundationWebService에서 상속됨)
Public 속성 Server 현재 요청에 대한 HttpServerUtility를 가져옵니다. (WebService에서 상속됨)
Public 속성 Session 현재 요청에 대한 HttpSessionState 인스턴스를 가져옵니다. (WebService에서 상속됨)
Public 속성 Site 구성 요소의 사이트를 가져오거나 설정합니다. (MarshalByValueComponent에서 상속됨)
Public 속성 SoapVersion XML Web services에 대한 SOAP 요청을 수행하는 데 사용된 SOAP 프로토콜의 버전을 가져옵니다. (WebService에서 상속됨)
Public 속성 User ASP.NET 서버 User 개체를 가져옵니다.이 속성은 사용자가 요청을 실행할 권한이 있는지 여부를 인증하는 데 사용할 수 있습니다. (WebService에서 상속됨)

위쪽

메서드

  이름 설명
Protected 메서드 AddWebServiceResource 요청 후에 삭제 해야 하는 웹 서비스 메서드를 사용 하는 IDisposable 리소스를 추가 합니다. (TeamFoundationWebService에서 상속됨)
Public 메서드 CheckAuthentication IIS 인증을 테스트 하는 데 사용 되는 API
Public 메서드 Dispose() MarshalByValueComponent 에서 사용하는 모든 리소스를 해제합니다. (MarshalByValueComponent에서 상속됨)
Protected 메서드 Dispose(Boolean) MarshalByValueComponent 에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다. (MarshalByValueComponent에서 상속됨)
Protected 메서드 EnterMethod EnterMethod는 WebMethod 실행의 시작 부분을 확인 하는 데 사용 됩니다. (TeamFoundationWebService에서 상속됨)
Public 메서드 Equals 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (MarshalByValueComponent에서 상속됨)
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetServerStatus 최근에 수정한 날짜 시간 변경 된 서비스의 목록을 반환 합니다.
Public 메서드 GetService IServiceProvider 의 구현자를 가져옵니다. (MarshalByValueComponent에서 상속됨)
Public 메서드 GetSupportedContractVersion 응용 프로그램 계층의 최소 버전과 현재 버전을 반환 합니다.
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 HandleException (IntegrationWebService에서 상속됨)
Protected 메서드 LeaveMethod 코드의 WebMethod 범위의 실행 내에서 마지막 부분으로 LeaveMethod는 호출 해야 합니다. (TeamFoundationWebService에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected 메서드 SetMethodName (EnterMethod를 호출 하지 않습니다) 메서드 이름을 설정 하는이 메서드의 URL 뿐 아니라 활동 로그에 올바르게 기록 됩니다 있도록 동일 하지만 매개 변수 없이 methodInformation를 사용 하 여 호출 하려는. (TeamFoundationWebService에서 상속됨)
Public 메서드 ToString Component 의 이름이 포함된 String을 반환합니다.이 메서드는 재정의할 수 없습니다. (MarshalByValueComponent에서 상속됨)

위쪽

이벤트

  이름 설명
Public 이벤트 Disposed 구성 요소에 대한 Disposed 이벤트를 수신하는 이벤트 처리기를 추가합니다. (MarshalByValueComponent에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.TeamFoundation.Integration.Server 네임스페이스