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 analytics data of a standard 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 DeleteStandardEventUsageDataForTenant ( _
tenantId As Guid, _
eventType As Integer _
)
'Usage
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
Dim eventType As Integer
instance.DeleteStandardEventUsageDataForTenant(tenantId, _
eventType)
[OperationContractAttribute]
void DeleteStandardEventUsageDataForTenant(
Guid tenantId,
int eventType
)
Parameters
tenantId
Type: System.GuidThe tenant ID.
eventType
Type: System.Int32The event type.
See also
Reference
IAnalyticsServiceApplication interface