Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Schedules the deletion of all recommendations data for a given tenant.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub DeleteRecommendationsDataForTenant ( _
tenantId As Guid _
)
'Usage
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
instance.DeleteRecommendationsDataForTenant(tenantId)
[OperationContractAttribute]
void DeleteRecommendationsDataForTenant(
Guid tenantId
)
Parameters
tenantId
Type: System.GuidThe tenant ID.
See also
Reference
IAnalyticsServiceApplication interface