AppDomainManager.HostExecutionContextManager プロパティ

定義

実行コンテキストのフローを管理する、ホスト実行コンテキスト マネージャーを取得します。

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

プロパティ値

ホスト実行コンテキスト マネージャー。

注釈

このプロパティを使用すると、ホストは、非同期呼び出し間で実行コンテキストのフローに参加できる を提供 HostExecutionContextManager できます。

適用対象