[This is preliminary documentation and is subject to change.]
Defines a base provider for InstrumentationService
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.ServiceModel Service NFX.ServiceModel Service InstrumentationService NFX.Instrumentation InstrumentationProvider NFX.Instrumentation LogInstrumentationProvider NFX.Instrumentation NOPInstrumentationProviderNamespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class InstrumentationProvider : Service<InstrumentationService>,
IExternallyParameterized
public abstract class InstrumentationProvider : Service<InstrumentationService>,
IExternallyParameterized
Public MustInherit Class InstrumentationProvider
Inherits Service(Of InstrumentationService)
Implements IExternallyParameterized
Public MustInherit Class InstrumentationProvider
Inherits Service(Of InstrumentationService)
Implements IExternallyParameterized
public ref class InstrumentationProvider abstract : public Service<InstrumentationService^>,
IExternallyParameterized
public ref class InstrumentationProvider abstract : public Service<InstrumentationService^>,
IExternallyParameterized
[<AbstractClassAttribute>]
type InstrumentationProvider =
class
inherit Service<InstrumentationService>
interface IExternallyParameterized
end
[<AbstractClassAttribute>]
type InstrumentationProvider =
class
inherit Service<InstrumentationService>
interface IExternallyParameterized
end