IContextInitializer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object that implements supporting logic for TelemetryContext.
public interface class IContextInitializer
public interface IContextInitializer
type IContextInitializer = interface
Public Interface IContextInitializer
- Derived
Remarks
One type of objects that support TelemetryContext is a telemetry source. A telemetry source can supply initial property values for a TelemetryContext object during its construction or generate ITelemetry objects during its lifetime.
Methods
Initialize(TelemetryContext) |
Initializes the given TelemetryContext. |