ExchangeService.EndGetNonIndexableItemStatistics(IAsyncResult) Método

Definición

Solicitud de estadísticas sobre los elementos de una carpeta que no se pueden indizar una llamada asincrónica.

public:
 Microsoft::Exchange::WebServices::Data::GetNonIndexableItemStatisticsResponse ^ EndGetNonIndexableItemStatistics(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.GetNonIndexableItemStatisticsResponse EndGetNonIndexableItemStatistics (IAsyncResult asyncResult);
Public Function EndGetNonIndexableItemStatistics (asyncResult As IAsyncResult) As GetNonIndexableItemStatisticsResponse

Parámetros

asyncResult
IAsyncResult

Contiene información de estado para pasar al servidor de Exchange.

Devoluciones

GetNonIndexableItemStatisticsResponse

Un objeto de respuesta que contiene información estadística sobre los elementos que no se pueden indizar.

Se aplica a