C# Класс TcmDebugger.Service.CompoundTemplateServiceBase

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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