ExchangeService.EndSubscribeToPushNotifications(IAsyncResult) Method

Definition

Ends an asynchronous request to subscribe to push 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::PushSubscription ^ EndSubscribeToPushNotifications(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.PushSubscription EndSubscribeToPushNotifications (IAsyncResult asyncResult);
Public Function EndSubscribeToPushNotifications (asyncResult As IAsyncResult) As PushSubscription

Parameters

asyncResult
IAsyncResult

An IAsyncResult object that references the specified asynchronous request.

Returns

A PushSubscription object representing the new subscription.

Applies to