BuildWebServiceBase 클래스

상속 계층 구조

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.TeamFoundation.Server.Core.WebServices.TeamFoundationWebService
        Microsoft.TeamFoundation.Build.Server.BuildWebServiceBase
          자세히...

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

구문

‘선언
Public MustInherit Class BuildWebServiceBase _
    Inherits TeamFoundationWebService
public abstract class BuildWebServiceBase : TeamFoundationWebService

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

생성자

  이름 설명
Protected 메서드 BuildWebServiceBase

위쪽

속성

  이름 설명
Public 속성 Application 현재 HTTP 요청에 대한 응용 프로그램 개체를 가져옵니다. (WebService에서 상속됨)
Protected 속성 BuildResourceService
Protected 속성 BuildService
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 메서드 Dispose() MarshalByValueComponent 에서 사용하는 모든 리소스를 해제합니다. (MarshalByValueComponent에서 상속됨)
Protected 메서드 Dispose(Boolean) MarshalByValueComponent 에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다. (MarshalByValueComponent에서 상속됨)
Protected 메서드 EnterMethod EnterMethod는 WebMethod 실행의 시작 부분을 확인 하는 데 사용 됩니다. (TeamFoundationWebService에서 상속됨)
Public 메서드 Equals 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (MarshalByValueComponent에서 상속됨)
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetService IServiceProvider 의 구현자를 가져옵니다. (MarshalByValueComponent에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 HandleException 이 기본 웹 서비스 ExceptionHandler 예외를 캡처하고 이후 로깅에 대 한 요청 컨텍스트를에서 기록.서비스 예외 바꾸거나 먹는 것만 통과 하도록 예외에 따라 일부 작업을 수행,이 메서드를 무시할 수도 있습니다. (TeamFoundationWebService에서 상속됨)
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.Build.Server 네임스페이스

상속 계층 구조

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.TeamFoundation.Server.Core.WebServices.TeamFoundationWebService
        Microsoft.TeamFoundation.Build.Server.BuildWebServiceBase
          Microsoft.TeamFoundation.Build.Server.AdministrationWebService4
          Microsoft.TeamFoundation.Build.Server.AgentReservationWebService4
          Microsoft.TeamFoundation.Build.Server.BuildQueueWebService4
          Microsoft.TeamFoundation.Build.Server.BuildWebService4
          Microsoft.TeamFoundation.Build.Server.Compatibility.AdministrationWebService
          Microsoft.TeamFoundation.Build.Server.Compatibility.AgentReservationWebService
          Microsoft.TeamFoundation.Build.Server.Compatibility.BuildControllerWebService
          Microsoft.TeamFoundation.Build.Server.Compatibility.BuildQueueWebService
          Microsoft.TeamFoundation.Build.Server.Compatibility.BuildService
          Microsoft.TeamFoundation.Build.Server.Compatibility.BuildStoreWebService
          Microsoft.TeamFoundation.Build.Server.Compatibility.BuildWebService
          Microsoft.TeamFoundation.Build.Server.Compatibility.SharedResourceWebService
          Microsoft.TeamFoundation.Build.Server.SharedResourceWebService4