FaultEvent.WatsonSamplePercent 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 the sample rate used to calculate whether or not a qualifying fault event will be reported to Watson. A fault event qualifies for reporting to Watson if it is modified in at least one of the following methods is called on it:
- AddErrorInformation
- AddFile
- AddProcessDump
public:
static property Nullable<int> WatsonSamplePercent { Nullable<int> get(); void set(Nullable<int> value); };
public static int? WatsonSamplePercent { get; set; }
static member WatsonSamplePercent : Nullable<int> with get, set
Public Shared Property WatsonSamplePercent As Nullable(Of Integer)