StreamingSubscriptionConnection クラス

定義

進行中のイベント ストリームへの接続を表します。

public ref class StreamingSubscriptionConnection sealed : IDisposable
public sealed class StreamingSubscriptionConnection : IDisposable
Public NotInheritable Class StreamingSubscriptionConnection
Implements IDisposable
継承
StreamingSubscriptionConnection
実装

コンストラクター

StreamingSubscriptionConnection(ExchangeService, IEnumerable<StreamingSubscription>, Int32)

StreamingSubscriptionConnection クラスの新しいインスタンスを初期化します。

StreamingSubscriptionConnection(ExchangeService, Int32)

StreamingSubscriptionConnection クラスの新しいインスタンスを初期化します。

プロパティ

CurrentSubscriptions

この接続の現在のサブスクリプションを取得します。

IsOpen

この接続が開いているかどうかを示す値を取得します。

メソッド

AddSubscription(StreamingSubscription)

この接続にサブスクリプションを追加します。

Close()

サーバーからのイベントの受信を停止するように、この接続を閉じます。

Dispose()

この StreamingSubscriptionConnection に関連付けられているリソースを解放します。

Finalize()

進行中のイベント ストリームへの接続を表します。

Open()

サーバーからのイベントの受信を開始するように、この接続を開きます。

RemoveSubscription(StreamingSubscription)

指定したストリーミング サブスクリプションを接続から削除します。

イベント

OnDisconnect

ストリーミング サブスクリプション接続がサーバーから切断されたときに発生します。

OnNotificationEvent

サーバーから通知を受信したときに発生します。

OnSubscriptionError

サブスクリプションでエラーが発生したときに発生します。

適用対象