SearchServiceApplicationProxy.DeleteRecommendationsDataForTenant method
Schedule the deletion of all recommendations 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 DeleteRecommendationsDataForTenant ( _
tenantId As Guid _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
instance.DeleteRecommendationsDataForTenant(tenantId)
public void DeleteRecommendationsDataForTenant(
Guid tenantId
)
Parameters
tenantId
Type: System.Guidthe tenant id
Implements
IAnalyticsServiceApplication.DeleteRecommendationsDataForTenant(Guid)
See also
Reference
SearchServiceApplicationProxy class