SearchServiceApplicationProxy.DeleteAllUsageDataForTenant method
Schedule the deletion of all analytics data for a tenant
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub DeleteAllUsageDataForTenant ( _
tenantId As Guid _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
instance.DeleteAllUsageDataForTenant(tenantId)
public void DeleteAllUsageDataForTenant(
Guid tenantId
)
Parameters
tenantId
Type: System.Guidthe tenant id
Implements
IAnalyticsServiceApplication.DeleteAllUsageDataForTenant(Guid)
See also
Reference
SearchServiceApplicationProxy class