Share via


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로 대신 설정하면 사용자는 채널이 닫히기 전에 출력 세션의 원격지로 마지막 메시지 몇 개를 보낼 수 있습니다.

적용 대상