C# 클래스 MyApplicationEvents.SampleEventSource

상속: System.Diagnostics.Tracing.EventSource
파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6

공개 프로퍼티들

프로퍼티 타입 설명
Log SampleEventSource

공개 메소드들

메소드 설명
Processing ( int x ) : void
ProcessingStart ( int x ) : void
ProcessingStop ( int x ) : void
RequestStart ( ) : void
RequestStop ( ) : void

비공개 메소드들

메소드 설명
SampleEventSource ( ) : System.Diagnostics.Tracing

메소드 상세

Processing() 공개 메소드

public Processing ( int x ) : void
x int
리턴 void

ProcessingStart() 공개 메소드

public ProcessingStart ( int x ) : void
x int
리턴 void

ProcessingStop() 공개 메소드

public ProcessingStop ( int x ) : void
x int
리턴 void

RequestStart() 공개 메소드

public RequestStart ( ) : void
리턴 void

RequestStop() 공개 메소드

public RequestStop ( ) : void
리턴 void

프로퍼티 상세

Log 공개적으로 정적으로 프로퍼티

public static SampleEventSource,MyApplicationEvents Log
리턴 SampleEventSource