C# 클래스 SIPSorcery.Sys.SIPSorceryPerformanceMonitor

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
IncrementCounter ( string counterName ) : void
IncrementCounter ( string counterName, int incrementBy ) : void
Initialise ( ) : bool

비공개 메소드들

메소드 설명
CheckCounters ( ) : void
CreateCategory ( ) : void
SIPSorceryPerformanceMonitor ( ) : NUnit.Framework

메소드 상세

IncrementCounter() 공개 정적인 메소드

public static IncrementCounter ( string counterName ) : void
counterName string
리턴 void

IncrementCounter() 공개 정적인 메소드

public static IncrementCounter ( string counterName, int incrementBy ) : void
counterName string
incrementBy int
리턴 void

Initialise() 공개 정적인 메소드

public static Initialise ( ) : bool
리턴 bool