Freigeben über


SearchServiceApplicationProxy.DeleteCustomEventUsageDataForTenant-Methode

Das Löschen von Analytics-Daten des benutzerdefinierten Ereignistyp für einen Zeitplan

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 SearchServiceApplicationProxy
Dim tenantId As Guid
Dim appEventTypeId As Guid

instance.DeleteCustomEventUsageDataForTenant(tenantId, _
    appEventTypeId)
public void DeleteCustomEventUsageDataForTenant(
    Guid tenantId,
    Guid appEventTypeId
)

Parameter

Implementiert

IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant(Guid, Guid)

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace