FaultEvent.WatsonSamplePercent 属性

定义

获取或设置用于计算是否向 Watson 报告合格错误事件的采样速率。 如果错误事件在以下两种方法之一中进行了修改,则该错误事件适用于报告到 Watson: 1) AddErrorInformation 2) AddFile 3) AddProcessDump

public:
 static property Nullable<int> WatsonSamplePercent { Nullable<int> get(); void set(Nullable<int> value); };
public static int? WatsonSamplePercent { get; set; }
member this.WatsonSamplePercent : Nullable<int> with get, set
Public Shared Property WatsonSamplePercent As Nullable(Of Integer)

属性值

Nullable<Int32>

适用于