HostExecutionContextManager.Capture Metodo

Definizione

Acquisisce il contesto di esecuzione dell'host dal thread corrente.

public:
 virtual System::Threading::HostExecutionContext ^ Capture();
public virtual System.Threading.HostExecutionContext? Capture ();
public virtual System.Threading.HostExecutionContext Capture ();
abstract member Capture : unit -> System.Threading.HostExecutionContext
override this.Capture : unit -> System.Threading.HostExecutionContext
Public Overridable Function Capture () As HostExecutionContext

Restituisce

Oggetto HostExecutionContext che rappresenta il contesto di esecuzione dell'host del thread corrente.

Commenti

Viene HostExecutionContext creato usando un handle sicuro contenente il IUnknown puntatore per l'host che esegue il thread corrente.

Si applica a