[This is preliminary documentation and is subject to change.]
Override to prep instr implementation i.e. inject something programmaticaly
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void BeforeInstrumentationStart(
IInstrumentationImplementation instrumentationImplementation
)
protected virtual void BeforeInstrumentationStart(
IInstrumentationImplementation instrumentationImplementation
)
Protected Overridable Sub BeforeInstrumentationStart (
instrumentationImplementation As IInstrumentationImplementation
)
Protected Overridable Sub BeforeInstrumentationStart (
instrumentationImplementation As IInstrumentationImplementation
)
protected:
virtual void BeforeInstrumentationStart(
IInstrumentationImplementation^ instrumentationImplementation
)
protected:
virtual void BeforeInstrumentationStart(
IInstrumentationImplementation^ instrumentationImplementation
)
abstract BeforeInstrumentationStart :
instrumentationImplementation : IInstrumentationImplementation -> unit
override BeforeInstrumentationStart :
instrumentationImplementation : IInstrumentationImplementation -> unit
abstract BeforeInstrumentationStart :
instrumentationImplementation : IInstrumentationImplementation -> unit
override BeforeInstrumentationStart :
instrumentationImplementation : IInstrumentationImplementation -> unit