StreamingSubscription Class

Definition

Represents a streaming subscription.

public ref class StreamingSubscription sealed : Microsoft::Exchange::WebServices::Data::SubscriptionBase
public sealed class StreamingSubscription : Microsoft.Exchange.WebServices.Data.SubscriptionBase
Public NotInheritable Class StreamingSubscription
Inherits SubscriptionBase
Inheritance
StreamingSubscription

Properties

Id

Gets the ID of the subscription.

(Inherited from SubscriptionBase)
Service

Gets the service that is used to create this subscription.

UsesWatermark

Gets a value that indicates whether this subscription uses watermarks.

(Inherited from SubscriptionBase)
Watermark

Gets the latest watermark of the subscription.

(Inherited from SubscriptionBase)

Methods

BeginUnsubscribe(AsyncCallback, Object)

Begins an asynchronous request to unsubscribe from a subscription.This method was introduced in the Microsoft Exchange Web Services (EWS) Managed API 1.2.

EndUnsubscribe(IAsyncResult)

Ends an asynchronous request to unsubscribe from a subscription.This method was introduced in the Microsoft Exchange Web Services (EWS) Managed API 1.2.

Unsubscribe()

Unsubscribes from the streaming subscription.

Applies to