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제공합니다. 앰비언트 트랜잭션이 억제되었을 수 있음을 나타내는 현재 TransactionScope 값이 없는 경우 Current null호출됩니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상