Thread.ExecutionContext Eigenschaft

Definition

Ruft ein ExecutionContext Objekt ab, das Informationen zu den verschiedenen Kontexten des aktuellen Threads enthält.

public:
 property System::Threading::ExecutionContext ^ ExecutionContext { System::Threading::ExecutionContext ^ get(); };
public System.Threading.ExecutionContext? ExecutionContext { get; }
public System.Threading.ExecutionContext ExecutionContext { get; }
member this.ExecutionContext : System.Threading.ExecutionContext
Public ReadOnly Property ExecutionContext As ExecutionContext

Eigenschaftswert

Ein ExecutionContext Objekt, das Kontextinformationen für den aktuellen Thread konsolidiert.

Hinweise

Die ExecutionContext Klasse stellt einen einzelnen Container für alle Informationen bereit, die für einen logischen Ausführungsthread relevant sind. Dazu gehören Sicherheitskontext, Anrufkontext, Synchronisierungskontext, Lokalisierungskontext und Transaktionskontext.

Gilt für: