C# Class AuditLogDemo.EventSources.ApiEventCounterSource

Inheritance: EventSource
Afficher le fichier Open project: cwsheng/AuditLogDemo

Méthodes publiques

Свойство Type Description
Log ApiEventCounterSource

Méthodes publiques

Méthode Description
Request ( string url, float elapsedMilliseconds ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnEventCommand ( EventCommandEventArgs command ) : void

Private Methods

Méthode Description
ApiEventCounterSource ( ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnEventCommand() protected méthode

protected OnEventCommand ( EventCommandEventArgs command ) : void
command EventCommandEventArgs
Résultat void

Request() public méthode

public Request ( string url, float elapsedMilliseconds ) : void
url string
elapsedMilliseconds float
Résultat void

Property Details

Log public_oe static_oe property

public static ApiEventCounterSource,AuditLogDemo.EventSources Log
Résultat ApiEventCounterSource