Class NOPInstrumentationProvider
Represents a provider that does nothing
Inheritance
System.Object
NOPInstrumentationProvider
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Instrumentation
Assembly: NFX.dll
Syntax
public class NOPInstrumentationProvider : InstrumentationProvider, IApplicationComponent, IDisposable, IService, INamed, IConfigurable, ILocalizedTimeProvider, IExternallyParameterized
Constructors
NOPInstrumentationProvider(InstrumentationService)
Declaration
public NOPInstrumentationProvider(InstrumentationService director)
Parameters
Type | Name | Description |
---|---|---|
InstrumentationService | director |
Methods
Write(Datum, Object, Object)
Declaration
protected override void Write(Datum aggregatedDatum, object batchContext, object typeContext)
Parameters
Type | Name | Description |
---|---|---|
Datum | aggregatedDatum | |
System.Object | batchContext | |
System.Object | typeContext |
Overrides
Implements
System.IDisposable