SPDiagnosticsProvider.Sync method
Override this method to collect your data and write it to the database using WriteDataRowToServer()
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride Sub Sync
'Usage
Dim instance As SPDiagnosticsProvider
instance.Sync()
public abstract void Sync()