FaultEvent.MinimumSecondsBetweenWatsonReports 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在发送另一个报表之前,为错误事件发送 Watson 报表后必须经过的最小秒数。
public:
static property Nullable<int> MinimumSecondsBetweenWatsonReports { Nullable<int> get(); void set(Nullable<int> value); };
public static int? MinimumSecondsBetweenWatsonReports { get; set; }
member this.MinimumSecondsBetweenWatsonReports : Nullable<int> with get, set
Public Shared Property MinimumSecondsBetweenWatsonReports As Nullable(Of Integer)