HostCurrentTransactionCallback 代理人

定義

ホスト環境が Current の独自の既定概念を提供するための機構を用意します。

public delegate System::Transactions::Transaction ^ HostCurrentTransactionCallback();
public delegate System.Transactions.Transaction? HostCurrentTransactionCallback();
public delegate System.Transactions.Transaction HostCurrentTransactionCallback();
type HostCurrentTransactionCallback = delegate of unit -> Transaction
Public Delegate Function HostCurrentTransactionCallback() As Transaction 

戻り値

Transaction

Transaction オブジェクト。

注釈

このデリゲートは、ホスティング環境が独自の既定の Current概念を提供するためのメカニズムを提供します。 次の場合Currentnullに呼び出され、アンビエント トランザクションが抑制された可能性があることを示す電流TransactionScopeはありません。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象