SessionEndingEventArgs.Cancel 속성

정의

사용자 요청을 취소하여 세션을 종료할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

true사용자 요청을 취소하여 세션을 종료합니다. 그렇지 않으면 . false

설명

이 속성으로 true설정하면 세션이 계속 실행되도록 요청합니다. 세션이 종료되지 않을 것이라는 보장은 없습니다.

적용 대상