C# Class Monitoring.Eventing.EventTraceWatcher

Inheritance: IDisposable
Afficher le fichier Open project: pcibraro/RealtimeTracing Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EventTraceWatcher ( string loggerName, System.Guid eventProviderId ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Cleanup ( ) : void
CreateEventArgsFromEventRecord ( EventRecord eventRecord ) : EventArrivedEventArgs
EventRecordCallback ( [ eventRecord ) : void
LoadExistingEventTraceProperties ( ) : bool
ProcessTraceInBackground ( TraceSafeHandle traceHandle ) : void
SetEnabled ( bool value ) : void
StartTracing ( ) : void
StopTracing ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EventTraceWatcher() public méthode

public EventTraceWatcher ( string loggerName, System.Guid eventProviderId ) : System
loggerName string
eventProviderId System.Guid
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void