C# Class AuditLogDemo.EventSources.ApiEventCounterSource

Inheritance: EventSource
Datei anzeigen Open project: cwsheng/AuditLogDemo

Public Properties

Property Type Description
Log ApiEventCounterSource

Public Methods

Method Description
Request ( string url, float elapsedMilliseconds ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnEventCommand ( EventCommandEventArgs command ) : void

Private Methods

Method Description
ApiEventCounterSource ( ) : System

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnEventCommand() protected method

protected OnEventCommand ( EventCommandEventArgs command ) : void
command EventCommandEventArgs
return void

Request() public method

public Request ( string url, float elapsedMilliseconds ) : void
url string
elapsedMilliseconds float
return void

Property Details

Log public_oe static_oe property

public static ApiEventCounterSource,AuditLogDemo.EventSources Log
return ApiEventCounterSource