C# Class SemanticLogging.EventHub.Tests.Util.MockEventListener

Inheritance: System.Diagnostics.Tracing.EventListener
Afficher le fichier Open project: DeHeerSoftware/SemanticLogging.EventHub Class Usage Examples

Méthodes publiques

Свойство Type Description
WrittenEntries ConcurrentBag

Méthodes protégées

Méthode Description
OnEventWritten ( System.Diagnostics.Tracing.EventWrittenEventArgs eventData ) : void

Method Details

OnEventWritten() protected méthode

protected OnEventWritten ( System.Diagnostics.Tracing.EventWrittenEventArgs eventData ) : void
eventData System.Diagnostics.Tracing.EventWrittenEventArgs
Résultat void

Property Details

WrittenEntries public_oe property

public ConcurrentBag WrittenEntries
Résultat ConcurrentBag