IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant method
Schedules the deletion of analytics data of a custom event type 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 DeleteCustomEventUsageDataForTenant ( _
tenantId As Guid, _
appEventTypeId As Guid _
)
'Usage
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
Dim appEventTypeId As Guid
instance.DeleteCustomEventUsageDataForTenant(tenantId, _
appEventTypeId)
[OperationContractAttribute]
void DeleteCustomEventUsageDataForTenant(
Guid tenantId,
Guid appEventTypeId
)
Parameters
tenantId
Type: System.GuidThe tenant ID.
appEventTypeId
Type: System.GuidThe event type.
See also
Reference
IAnalyticsServiceApplication interface