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
tenantId
Type : System.GuidL'ID de client.
appEventTypeId
Type : System.GuidLe type d'événement.
Voir aussi
Référence
IAnalyticsServiceApplication interface