PullSubscription.EndGetEvents(IAsyncResult) 方法

定义

结束一个异步请求,以检索与请求订阅关联的最新事件。Microsoft Exchange Web Services (EWS) 托管 API 1.2 中引入了此方法。

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

参数

asyncResult
IAsyncResult

引用异步请求的 IAsyncResult。

返回

包含与订阅关联的事件列表的 GetEventsResults。

适用于