SearchServiceApplication.DeleteCustomEventUsageDataForTenant method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub DeleteCustomEventUsageDataForTenant ( _
tenantId As Guid, _
appEventTypeId As Guid _
)
'Usage
Dim instance As SearchServiceApplication
Dim tenantId As Guid
Dim appEventTypeId As Guid
instance.DeleteCustomEventUsageDataForTenant(tenantId, _
appEventTypeId)
public void DeleteCustomEventUsageDataForTenant(
Guid tenantId,
Guid appEventTypeId
)
Parameters
- tenantId
Type: System.Guid
- appEventTypeId
Type: System.Guid
Implements
IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant(Guid, Guid)
See also
Reference
SearchServiceApplication class