IDuplexContextChannel.AutomaticInputSessionShutdown 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
입력 세션이 자동으로 종료되었는지 여부를 나타내는 값을 가져오거나 설정합니다.
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
속성 값
입력 세션이 자동으로 종료되면 true
이고, 그렇지 않으면 false
입니다.
설명
AutomaticInputSessionShutdown이 true
로 설정된 경우 원격지에서 종료를 시작하면 사용자에 대해 채널이 자동으로 닫힙니다. false
로 대신 설정하면 사용자는 채널이 닫히기 전에 출력 세션의 원격지로 마지막 메시지 몇 개를 보낼 수 있습니다.