ExchangeService.BeginGetNonIndexableItemStatistics Método

Definición

Llamada asincrónica al obtener las estadísticas de artículo no indexable

public:
 IAsyncResult ^ BeginGetNonIndexableItemStatistics(AsyncCallback ^ callback, System::Object ^ state, Microsoft::Exchange::WebServices::Data::GetNonIndexableItemStatisticsParameters ^ parameters);
public IAsyncResult BeginGetNonIndexableItemStatistics (AsyncCallback callback, object state, Microsoft.Exchange.WebServices.Data.GetNonIndexableItemStatisticsParameters parameters);
Public Function BeginGetNonIndexableItemStatistics (callback As AsyncCallback, state As Object, parameters As GetNonIndexableItemStatisticsParameters) As IAsyncResult

Parámetros

callback
AsyncCallback

devolución de llamada

state
Object

estado

parameters
GetNonIndexableItemStatisticsParameters

Obtener los parámetros de estadísticas de elemento que no sean indexable

Devoluciones

IAsyncResult

Resultado asincrónico

Se aplica a