TestServer.PreserveExecutionContext Property

Definition

Gets or sets a value that controls if ExecutionContext and AsyncLocal<T> values are preserved from the client to the server. The default value is 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

Property Value

Applies to