HostCurrentTransactionCallback 代理人
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ホスト環境が Current の独自の既定概念を提供するための機構を用意します。
public delegate System::Transactions::Transaction ^ HostCurrentTransactionCallback();
C#
public delegate System.Transactions.Transaction? HostCurrentTransactionCallback();
C#
public delegate System.Transactions.Transaction HostCurrentTransactionCallback();
type HostCurrentTransactionCallback = delegate of unit -> Transaction
Public Delegate Function HostCurrentTransactionCallback() As Transaction
Transaction オブジェクト。
このデリゲートは、ホスティング環境が独自の既定の Current概念を提供するためのメカニズムを提供します。 次の場合Currentnull
に呼び出され、アンビエント トランザクションが抑制された可能性があることを示す電流TransactionScopeはありません。
Get |
指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。 |
製品 | バージョン |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
.NET Standard | 2.0, 2.1 |