SearchServiceApplication.DeleteStandardEventUsageDataForTenant method
Schedules the deletion of analytics data of a standard 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 DeleteStandardEventUsageDataForTenant ( _
tenantId As Guid, _
eventType As Integer _
)
'Usage
Dim instance As SearchServiceApplication
Dim tenantId As Guid
Dim eventType As Integer
instance.DeleteStandardEventUsageDataForTenant(tenantId, _
eventType)
public void DeleteStandardEventUsageDataForTenant(
Guid tenantId,
int eventType
)
Parameters
tenantId
Type: System.GuidThe tenant ID.
eventType
Type: System.Int32The event type.
Implements
IAnalyticsServiceApplication.DeleteStandardEventUsageDataForTenant(Guid, Int32)
See also
Reference
SearchServiceApplication class