SPDiagnosticsServiceBase.ResetAll method

Resets reporting thresholds for all categories to their diagnostic logging thresholds.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub ResetAll
'Usage
Dim instance As SPDiagnosticsServiceBase

instance.ResetAll()
public void ResetAll()

Remarks

After calling this method, you must call the Update() method to save the changes in the SharePoint configuration database.

See also

Reference

SPDiagnosticsServiceBase class

SPDiagnosticsServiceBase members

Microsoft.SharePoint.Administration namespace

SetAll()