TelemetryScopeSettings Class
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.
This class is to wrap up settings used to control TelemetryScope behavior when create an instance of it.
public ref class TelemetryScopeSettings sealed
public sealed class TelemetryScopeSettings
type TelemetryScopeSettings = class
Public NotInheritable Class TelemetryScopeSettings
- Inheritance
-
TelemetryScopeSettings
Constructors
TelemetryScopeSettings() |
Creates the new TelemetryScopeSettings instance. |
Properties
Correlations |
Gets or sets correlations for both start and end events in TelemetryScope. |
IsOptOutFriendly |
Gets or sets a value indicating whether events are opted out friendly or not. |
PostStartEvent |
Gets or sets a value indicating whether post start event or not when create an instance of TelemetryScope. |
Severity |
Gets or sets event severity for both start and end events in TelemetryScope. |
StartEventProperties |
Gets or sets event properties which are added to both start and end events when create an instance of TelemetryScope. |