IAnalyticsServiceApplication.DeleteCustomEventUsageDataForSite method

Schedules the deletion of analytics data of a custom event type for a given site.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Sub DeleteCustomEventUsageDataForSite ( _
    tenantId As Guid, _
    siteId As Guid, _
    appEventTypeId As Guid _
)
'Usage
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
Dim siteId As Guid
Dim appEventTypeId As Guid

instance.DeleteCustomEventUsageDataForSite(tenantId, _
    siteId, appEventTypeId)
[OperationContractAttribute]
void DeleteCustomEventUsageDataForSite(
    Guid tenantId,
    Guid siteId,
    Guid appEventTypeId
)

Parameters

See also

Reference

IAnalyticsServiceApplication interface

IAnalyticsServiceApplication members

Microsoft.Office.Server.Search.Analytics namespace