AppDomainManager.HostExecutionContextManager Proprietà

Definizione

Ottiene il gestore di contesto di esecuzione host per il flusso del contesto di esecuzione.

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

Valore della proprietà

Gestore di contesto di esecuzione host.

Commenti

Questa proprietà consente a un host di fornire un HostExecutionContextManager oggetto che può partecipare al flusso del contesto di esecuzione tra chiamate asincrone.

Si applica a