TestServer.PreserveExecutionContext 속성

정의

AsyncLocal<T> 값이 클라이언트에서 서버로 유지되는지 여부를 ExecutionContext 제어하는 값을 가져오거나 설정합니다. 기본값은 false입니다.

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

속성 값

적용 대상