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 site.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub DeleteStandardEventUsageDataForSite ( _
tenantId As Guid, _
siteId As Guid, _
eventType As Integer _
)
'Usage
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
Dim siteId As Guid
Dim eventType As Integer
instance.DeleteStandardEventUsageDataForSite(tenantId, _
siteId, eventType)
[OperationContractAttribute]
void DeleteStandardEventUsageDataForSite(
Guid tenantId,
Guid siteId,
int eventType
)
Parameters
tenantId
Type: System.GuidThe tenant ID.
siteId
Type: System.GuidThe site ID.
eventType
Type: System.Int32The event type.
See also
Reference
IAnalyticsServiceApplication interface