UsageAnalytics.DeleteStandardEventUsageData method
Schedules the deletion of analytics data of a standard event type for the site of this UsageAnalytics instance.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Public Sub DeleteStandardEventUsageData ( _
eventType As Integer _
)
'Usage
Dim instance As UsageAnalytics
Dim eventType As Integer
instance.DeleteStandardEventUsageData(eventType)
public void DeleteStandardEventUsageData(
int eventType
)
Parameters
eventType
Type: System.Int32The ID of the application event type of the analytics data.