ExchangeService.EndGetNonIndexableItemStatistics(IAsyncResult) Method

Definition

Asynchronous call requesting statistics about folder items that could not be indexed.

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

Parameters

asyncResult
IAsyncResult

Contains state information to pass to the Exchange server.

Returns

A response object containing statistical information on items that could not be indexed.

Applies to