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

プロパティ値

適用対象