ExchangeService.EndGetNonIndexableItemStatistics(IAsyncResult) 方法

定义

异步调用,请求有关无法编制索引的文件夹项的统计信息。

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

参数

asyncResult
IAsyncResult

包含要传递给 Exchange 服务器的状态信息。

返回

包含无法编制索引的项的统计信息的响应对象。

适用于