StreamingSubscription クラス

定義

ストリーミング サブスクリプションを表します。

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
継承
StreamingSubscription

プロパティ

Id

サブスクリプションの ID を取得します。

(継承元 SubscriptionBase)
Service

このサブスクリプションの作成に使用されるサービスを取得します。

UsesWatermark

このサブスクリプションで透かしを使用するかどうかを示す値を取得します。

(継承元 SubscriptionBase)
Watermark

サブスクリプションの最新の透かしを取得します。

(継承元 SubscriptionBase)

メソッド

BeginUnsubscribe(AsyncCallback, Object)

サブスクリプションからサブスクライブ解除するための非同期要求を開始します。このメソッドは、Microsoft Exchange Web Services (EWS) マネージ API 1.2 で導入されました。

EndUnsubscribe(IAsyncResult)

サブスクリプションの登録を解除するための非同期要求を終了します。このメソッドは、Microsoft Exchange Web Services (EWS) マネージ API 1.2 で導入されました。

Unsubscribe()

ストリーミング サブスクリプションの登録を解除します。

適用対象