C# 클래스 TcmDebugger.Service.CompoundTemplateServiceBase

상속: IDisposable
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 메소드들

메소드 설명
CompoundTemplateServiceBase ( ) : System

Initializes a new instance of the CompoundTemplateServiceBase class.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

GetDebugger ( String sessionId ) : Debugger
Initialize ( System.Web.Services.Protocols.SoapHttpClientProtocol compoundTemplateWebService ) : void

Initializes the T:System.ServiceModel.ServiceHost

StartNewDebugger ( ) : Debugger

Instantiate a new remote T:TcmDebugger.Host.Debugger and return the unique session id.

메소드 상세

CompoundTemplateServiceBase() 공개 메소드

Initializes a new instance of the CompoundTemplateServiceBase class.
public CompoundTemplateServiceBase ( ) : System
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

GetDebugger() 보호된 메소드

protected GetDebugger ( String sessionId ) : Debugger
sessionId String
리턴 Debugger

Initialize() 보호된 메소드

Initializes the T:System.ServiceModel.ServiceHost
protected Initialize ( System.Web.Services.Protocols.SoapHttpClientProtocol compoundTemplateWebService ) : void
compoundTemplateWebService System.Web.Services.Protocols.SoapHttpClientProtocol Target CompoundTemplateWebService to proxy
리턴 void

StartNewDebugger() 보호된 메소드

Instantiate a new remote T:TcmDebugger.Host.Debugger and return the unique session id.
protected StartNewDebugger ( ) : Debugger
리턴 Debugger