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

Значение свойства

Применяется к