C# 클래스 AuditLogDemo.EventSources.ApiEventCounterSource

상속: EventSource
파일 보기 프로젝트 열기: cwsheng/AuditLogDemo

공개 프로퍼티들

프로퍼티 타입 설명
Log ApiEventCounterSource

공개 메소드들

메소드 설명
Request ( string url, float elapsedMilliseconds ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnEventCommand ( EventCommandEventArgs command ) : void

비공개 메소드들

메소드 설명
ApiEventCounterSource ( ) : System

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnEventCommand() 보호된 메소드

protected OnEventCommand ( EventCommandEventArgs command ) : void
command EventCommandEventArgs
리턴 void

Request() 공개 메소드

public Request ( string url, float elapsedMilliseconds ) : void
url string
elapsedMilliseconds float
리턴 void

프로퍼티 상세

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

public static ApiEventCounterSource,AuditLogDemo.EventSources Log
리턴 ApiEventCounterSource