TransactionManager.DistributedTransactionStarted 이벤트
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
분산 트랜잭션이 시작되었음을 나타냅니다.
public:
static event System::Transactions::TransactionStartedEventHandler ^ DistributedTransactionStarted;
public static event System.Transactions.TransactionStartedEventHandler? DistributedTransactionStarted;
public static event System.Transactions.TransactionStartedEventHandler DistributedTransactionStarted;
member this.DistributedTransactionStarted : System.Transactions.TransactionStartedEventHandler
Public Shared Custom Event DistributedTransactionStarted As TransactionStartedEventHandler
이벤트 유형
설명
주의 이 이벤트에 등록하면 모든 분산 트랜잭션의 성능이 저하됩니다. 성능이 더 많이 영향을 받기 때문에 로컬 트랜잭션은 모니터링되지 않습니다.
참고 이 메서드는 LinkDemand 신뢰할 수 없는 코드에서 호출되지 않도록 방지합니다. 그러나 권한 집합을 소유 FullTrust
하려면 직접 호출자만 필요합니다.