次の方法で共有


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.Guid

    The ID of the application event type of the analytics data.

See also

Reference

UsageAnalytics class

UsageAnalytics members

Microsoft.Office.Server.Search.Analytics namespace