HostCurrentTransactionCallback 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
호스팅 환경에서 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 개체입니다.
설명
이 대리자는 호스팅 환경에서 자체 기본 개념을 제공하는 메커니즘을 Current제공합니다. 앰비언트 트랜잭션이 억제되었을 수 있음을 나타내는 현재 TransactionScope 값이 없는 경우 Current null
호출됩니다.
확장 메서드
GetMethodInfo(Delegate) |
지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다. |