FaultEvent.MinimumSecondsBetweenWatsonReports 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 minimum number of seconds that must elapse after a Watson report is sent for a fault event before another report can be sent.
public:
static property Nullable<int> MinimumSecondsBetweenWatsonReports { Nullable<int> get(); void set(Nullable<int> value); };
public static int? MinimumSecondsBetweenWatsonReports { get; set; }
static member MinimumSecondsBetweenWatsonReports : Nullable<int> with get, set
Public Shared Property MinimumSecondsBetweenWatsonReports As Nullable(Of Integer)