Thread.ExecutionContext Eigenschap

Definitie

Hiermee haalt u een ExecutionContext object op dat informatie bevat over de verschillende contexten van de huidige thread.

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

Waarde van eigenschap

Een ExecutionContext object waarmee contextinformatie voor de huidige thread wordt geconsolideerd.

Opmerkingen

De ExecutionContext klasse biedt één container voor alle informatie die relevant is voor een logische thread van uitvoering. Dit omvat beveiligingscontext, oproepcontext, synchronisatiecontext, lokalisatiecontext en transactiecontext.

Van toepassing op