Partager via


SearchServiceApplicationProxy.DeleteCustomEventUsageDataForTenant - Méthode

Planifier la suppression des données d'analyse d'un type d'événement personnalisé pour un client

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Sub DeleteCustomEventUsageDataForTenant ( _
    tenantId As Guid, _
    appEventTypeId As Guid _
)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
Dim appEventTypeId As Guid

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

Paramètres

  • appEventTypeId
    Type : System.Guid

    le type d'événement

Implémentations

IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant(Guid, Guid)

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms