SearchServiceApplicationProxy.DeleteCustomEventUsageDataForTenant method
Agendar a exclusão de dados de análise de um tipo de evento personalizado para um locatário
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub DeleteCustomEventUsageDataForTenant ( _
tenantId As Guid, _
appEventTypeId As Guid _
)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
Dim appEventTypeId As Guid
instance.DeleteCustomEventUsageDataForTenant(tenantId, _
appEventTypeId)
public void DeleteCustomEventUsageDataForTenant(
Guid tenantId,
Guid appEventTypeId
)
Parâmetros
tenantId
Type: System.Guida identificação de Inquilino
appEventTypeId
Type: System.Guido tipo de evento
Implements
IAnalyticsServiceApplication.DeleteCustomEventUsageDataForTenant(Guid, Guid)
Ver também
Referência
SearchServiceApplicationProxy class