次の方法で共有


IDuplexContextChannel.AutomaticInputSessionShutdown プロパティ

定義

入力セッションが自動的にシャットダウンされるかどうかを示す値を取得または設定します。

public:
 property bool AutomaticInputSessionShutdown { bool get(); void set(bool value); };
public bool AutomaticInputSessionShutdown { get; set; }
member this.AutomaticInputSessionShutdown : bool with get, set
Public Property AutomaticInputSessionShutdown As Boolean

プロパティ値

Boolean

入力セッションが自動的にシャットダウンされる場合は true。それ以外の場合は false

注釈

リモート側がシャットダウンを開始したときに、AutomaticInputSessionShutdowntrue に設定されている場合、ユーザーに対してチャネルは自動的に閉じられます。 false を設定すると、ユーザーは、チャネルが閉じる前に、その出力セッションでいくつかの最終メッセージをリモート側に送信できます。

適用対象