C# 클래스 Tiraggo.Profiler.ProfilerListener

파일 보기 프로젝트 열기: BrewDawg/Tiraggo

공개 메소드들

메소드 설명
BeginProfiling ( string dataProvider, string channel ) : bool
EndProfiling ( string dataProvider ) : bool

비공개 메소드들

메소드 설명
MyTraceEventHandler ( ITraceArguments packet ) : void
ProfilerListener ( ) : System

메소드 상세

BeginProfiling() 공개 정적인 메소드

public static BeginProfiling ( string dataProvider, string channel ) : bool
dataProvider string
channel string
리턴 bool

EndProfiling() 공개 정적인 메소드

public static EndProfiling ( string dataProvider ) : bool
dataProvider string
리턴 bool