C# Class TcmDebugger.Service.CompoundTemplateServiceBase

Inheritance: IDisposable
Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

Initializes a new instance of the CompoundTemplateServiceBase class.
public CompoundTemplateServiceBase ( ) : System
Résultat System

Dispose() public méthode

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

Dispose() protected méthode

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.
Résultat void

GetDebugger() protected méthode

protected GetDebugger ( String sessionId ) : Debugger
sessionId String
Résultat Debugger

Initialize() protected méthode

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
Résultat void

StartNewDebugger() protected méthode

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