TestServer.PreserveExecutionContext 属性

定义

获取或设置一个值,该值控制是否 ExecutionContext 将 和 AsyncLocal<T> 值从客户端保留到服务器。 默认值是 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

属性值

适用于