C# Class TcmDebugger.Service.CompoundTemplateServiceBase

Inheritance: IDisposable
Exibir arquivo Open project: mvlasenko/TridionVSRazorExtension

Public Methods

Method Description
CompoundTemplateServiceBase ( ) : System

Initializes a new instance of the CompoundTemplateServiceBase class.

Dispose ( ) : void

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

Protected Methods

Method Description
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.

Method Details

CompoundTemplateServiceBase() public method

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

Dispose() public method

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

Dispose() protected method

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.
return void

GetDebugger() protected method

protected GetDebugger ( String sessionId ) : Debugger
sessionId String
return Debugger

Initialize() protected method

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
return void

StartNewDebugger() protected method

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