C# Class NSoft.NFramework.Web.HttpHandlers.PerformanceCounterHandlerBase

Inheritance: AbstractHttpHandler
Exibir arquivo Open project: debop/NFramework

Protected Methods

Method Description
DoProcessRequest ( HttpContext context ) : void
ParseRequestParameters ( string &categoryName, string &counterName, string &instanceName ) : void

얻고자하는 성능 측정 값을 얻는다.

RetrivePerformanceCount ( string categoryName, string counterName ) : void

지정된 범주의 PerformanceCount를 얻어서 HttpResponse 객체에 씁니다.

RetrivePerformanceCount ( string categoryName, string counterName, string instanceName ) : void

지정된 범주의 PerformanceCount를 얻어서 HttpResponse 객체에 씁니다.

Method Details

DoProcessRequest() protected method

protected DoProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

ParseRequestParameters() protected method

얻고자하는 성능 측정 값을 얻는다.
protected ParseRequestParameters ( string &categoryName, string &counterName, string &instanceName ) : void
categoryName string
counterName string
instanceName string
return void

RetrivePerformanceCount() protected method

지정된 범주의 PerformanceCount를 얻어서 HttpResponse 객체에 씁니다.
protected RetrivePerformanceCount ( string categoryName, string counterName ) : void
categoryName string
counterName string
return void

RetrivePerformanceCount() protected method

지정된 범주의 PerformanceCount를 얻어서 HttpResponse 객체에 씁니다.
protected RetrivePerformanceCount ( string categoryName, string counterName, string instanceName ) : void
categoryName string
counterName string
instanceName string
return void