次の方法で共有


IWithSession インターフェイス

定義

セッション サポートを有効にできるサブスクリプション定義のステージ。

public interface IWithSession
type IWithSession = interface
Public Interface IWithSession
派生

メソッド

WithoutSession()

サブスクリプションのセッション サポートを無効にすることを指定します。

WithSession()

サブスクリプションに対してセッション サポートを有効にすることを指定します。

適用対象