ExchangeService.BeginSubscribeToPullNotifications 方法

定义

开始订阅拉取通知的异步请求。此方法是在 Exchange Web Services (EWS) 托管 API 1.2 中引入的。

public:
 IAsyncResult ^ BeginSubscribeToPullNotifications(AsyncCallback ^ callback, System::Object ^ state, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, int timeout, System::String ^ watermark, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public IAsyncResult BeginSubscribeToPullNotifications (AsyncCallback callback, object state, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, int timeout, string watermark, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function BeginSubscribeToPullNotifications (callback As AsyncCallback, state As Object, folderIds As IEnumerable(Of FolderId), timeout As Integer, watermark As String, ParamArray eventTypes As EventType()) As IAsyncResult

参数

callback
AsyncCallback

AsyncCallback 委托。

state
Object

一个 对象,该对象包含指定请求的状态信息。

folderIds
IEnumerable<FolderId>

要订阅的文件夹的文件夹标识符。

timeout
Int32

超时的持续时间(以分钟为单位),在此时间之后订阅过期。 超时期限必须介于 1 到 1440 的范围内。

watermark
String

表示以前打开的订阅的可选水印。

eventTypes
EventType[]

要订阅的事件类型。

返回

引用异步请求的 IAsyncResult 对象。

注解

调用此方法会导致调用 Exchange Web Service (EWS) 。

适用于