ExchangeService.EndSubscribeToStreamingNotifications(IAsyncResult) Method

Definition

Ends an asynchronous request to subscribe to streaming notifications in a specified user's mailbox.This method was introduced in the Exchange Web Services (EWS) Managed API 1.2.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult object that references the specified asynchronous request.

Returns

A StreamingSubscription object representing the new subscription.

Remarks

Calling this method results in a call to Exchange Web Service (EWS).

Applies to