FaultEvent.MinimumSecondsBetweenWatsonReports 属性

定义

获取或设置在发送另一个报表之前,为错误事件发送 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)

属性值

Nullable<Int32>

适用于