C# 클래스 EventSourceSampleInheritance.SampleEventSource

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

공개 프로퍼티들

프로퍼티 타입 설명
Log SampleEventSource

공개 메소드들

메소드 설명
CallService ( string url ) : void
CalledService ( string url, int length ) : void
Processing ( int x ) : void
ProcessingStart ( int x ) : void
ProcessingStop ( int x ) : void
RequestStart ( ) : void
RequestStop ( ) : void
ServiceError ( string message, int error ) : void
Startup ( ) : void

비공개 메소드들

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

메소드 상세

CallService() 공개 메소드

public CallService ( string url ) : void
url string
리턴 void

CalledService() 공개 메소드

public CalledService ( string url, int length ) : void
url string
length int
리턴 void

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

ServiceError() 공개 메소드

public ServiceError ( string message, int error ) : void
message string
error int
리턴 void

Startup() 공개 메소드

public Startup ( ) : void
리턴 void

프로퍼티 상세

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

public static SampleEventSource,EventSourceSampleInheritance Log
리턴 SampleEventSource