UsageAnalytics.DeleteCustomEventUsageData method
Schedules deletion of analytics data of a custom 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 DeleteCustomEventUsageData ( _
appEventTypeId As Guid _
)
'Usage
Dim instance As UsageAnalytics
Dim appEventTypeId As Guid
instance.DeleteCustomEventUsageData(appEventTypeId)
public void DeleteCustomEventUsageData(
Guid appEventTypeId
)
Parameters
appEventTypeId
Type: System.GuidThe ID of the application event type of the analytics data.