SearchServiceApplication.DeleteCustomEventUsageDataForTenant method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub DeleteCustomEventUsageDataForTenant ( _
tenantId As Guid, _
appEventTypeId As Guid _
)
'Uso
Dim instance As SearchServiceApplication
Dim tenantId As Guid
Dim appEventTypeId As Guid
instance.DeleteCustomEventUsageDataForTenant(tenantId, _
appEventTypeId)
public void DeleteCustomEventUsageDataForTenant(
Guid tenantId,
Guid appEventTypeId
)
Parâmetros
- tenantId
Type: System.Guid
- appEventTypeId
Type: System.Guid
Implements
IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant(Guid, Guid)
Ver também
Referência
SearchServiceApplication class