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 for a standard event typer a site.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub DeleteStandardEventUsageDataForSite ( _
tenantId As Guid, _
siteId As Guid, _
eventType As Integer _
)
'Usage
Dim instance As SearchServiceApplication
Dim tenantId As Guid
Dim siteId As Guid
Dim eventType As Integer
instance.DeleteStandardEventUsageDataForSite(tenantId, _
siteId, eventType)
public 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.
Implements
IAnalyticsServiceApplication.DeleteStandardEventUsageDataForSite(Guid, Guid, Int32)
See also
Reference
SearchServiceApplication class