IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant method
Agenda a exclusão de dados de análise de um tipo de evento personalizado para um determinado inquilino.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
Sub DeleteCustomEventUsageDataForTenant ( _
tenantId As Guid, _
appEventTypeId As Guid _
)
'Uso
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
Dim appEventTypeId As Guid
instance.DeleteCustomEventUsageDataForTenant(tenantId, _
appEventTypeId)
[OperationContractAttribute]
void DeleteCustomEventUsageDataForTenant(
Guid tenantId,
Guid appEventTypeId
)
Parâmetros
tenantId
Type: System.GuidA ID do inquilino.
appEventTypeId
Type: System.GuidO tipo de evento.
Ver também
Referência
IAnalyticsServiceApplication interface