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)
Namespace: Azos.Instrumentation
Assembly: Azos.dll
Syntax
public class NOPInstrumentationProvider : InstrumentationProvider, IDisposable, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable, ILocalizedTimeProvider, IInstrumentable, IExternallyParameterized
Constructors
NOPInstrumentationProvider(InstrumentationDaemon)
Declaration
public NOPInstrumentationProvider(InstrumentationDaemon director)
Parameters
Type | Name | Description |
---|---|---|
InstrumentationDaemon | 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