FaultEvent.IsIncludedInWatsonSample Property
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.
Gets or sets a value indicating whether we sample this event locally. Affects Watson only. If false, will not send to Watson: only sends the telemetry event to AI and doesn't call callback. Changing this will force the event to send to Watson. Be careful because it can have big perf impact. If unchanged, it will be set according to the default sample rate. See Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.DefaultWatsonSamplePercent
public:
property Nullable<bool> IsIncludedInWatsonSample { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsIncludedInWatsonSample { get; set; }
member this.IsIncludedInWatsonSample : Nullable<bool> with get, set
Public Property IsIncludedInWatsonSample As Nullable(Of Boolean)