SearchServiceApplicationProxy.DeleteCustomEventUsageDataForTenant method

Schedule the deletion of analytics data of a custom event type for a tenant

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

Syntax

'Declaration
Public Sub DeleteCustomEventUsageDataForTenant ( _
    tenantId As Guid, _
    appEventTypeId As Guid _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
Dim appEventTypeId As Guid

instance.DeleteCustomEventUsageDataForTenant(tenantId, _
    appEventTypeId)
public void DeleteCustomEventUsageDataForTenant(
    Guid tenantId,
    Guid appEventTypeId
)

Parameters

Implements

IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant(Guid, Guid)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace