PullSubscription 类

定义

表示请求订阅。

public ref class PullSubscription sealed : Microsoft::Exchange::WebServices::Data::SubscriptionBase
public sealed class PullSubscription : Microsoft.Exchange.WebServices.Data.SubscriptionBase
Public NotInheritable Class PullSubscription
Inherits SubscriptionBase
继承
PullSubscription

属性

Id

获取订阅的 ID。

(继承自 SubscriptionBase)
MoreEventsAvailable

获取一个值,该值指示服务器上是否有更多事件可用。

UsesWatermark

获取一个值,该值指示此订阅是否使用水印。

(继承自 SubscriptionBase)
Watermark

获取订阅的最新水印。

(继承自 SubscriptionBase)

方法

BeginGetEvents(AsyncCallback, Object)

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

BeginUnsubscribe(AsyncCallback, Object)

开始取消订阅的异步请求。Microsoft Exchange Web Services (EWS) 托管 API 1.2 中引入了此方法。

EndGetEvents(IAsyncResult)

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

EndUnsubscribe(IAsyncResult)

结束取消订阅的异步请求。Microsoft Exchange Web Services (EWS) 托管 API 1.2 中引入了此方法。

GetEvents()

获取自 属性定义的 Watermark 时间点以来在订阅的文件夹上发生的事件的集合。

Unsubscribe()

取消订阅请求订阅。

适用于