ExchangeService.BeginGetNonIndexableItemStatistics 方法

定义

异步调用以获取不可索引项统计信息

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

参数

callback
AsyncCallback

callback

state
Object

state

parameters
GetNonIndexableItemStatisticsParameters

获取不可索引的项统计信息参数

返回

异步结果

适用于