C# 클래스 RazorDB.RazorPerformanceCounter

RazorPerformanceCounter will allow calls to Increment even if the true performance counter can't be created in windows.
파일 보기 프로젝트 열기: gnoso/razordb 1 사용 예제들

공개 메소드들

메소드 설명
Increment ( ) : void
RazorPerformanceCounter ( string category, string name, bool readOnly ) : System

메소드 상세

Increment() 공개 메소드

public Increment ( ) : void
리턴 void

RazorPerformanceCounter() 공개 메소드

public RazorPerformanceCounter ( string category, string name, bool readOnly ) : System
category string
name string
readOnly bool
리턴 System