Partager via


IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant - Méthode

Permet de planifier la suppression des données d'analyse d'un type d'événement personnalisé pour un client donné.

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

Syntaxe

'Déclaration
<OperationContractAttribute> _
Sub DeleteCustomEventUsageDataForTenant ( _
    tenantId As Guid, _
    appEventTypeId As Guid _
)
'Utilisation
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
Dim appEventTypeId As Guid

instance.DeleteCustomEventUsageDataForTenant(tenantId, _
    appEventTypeId)
[OperationContractAttribute]
void DeleteCustomEventUsageDataForTenant(
    Guid tenantId,
    Guid appEventTypeId
)

Paramètres

  • appEventTypeId
    Type : System.Guid

    Le type d'événement.

Voir aussi

Référence

IAnalyticsServiceApplication interface

IAnalyticsServiceApplication - Membres

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