TransactionStartedEventHandler 대리자

정의

클래스의 이벤트를 처리 DistributedTransactionStarted 할 메서드를 TransactionManager 나타냅니다.

public delegate void TransactionStartedEventHandler(System::Object ^ sender, TransactionEventArgs ^ e);
public delegate void TransactionStartedEventHandler(object? sender, TransactionEventArgs e);
public delegate void TransactionStartedEventHandler(object sender, TransactionEventArgs e);
type TransactionStartedEventHandler = delegate of obj * TransactionEventArgs -> unit
Public Delegate Sub TransactionStartedEventHandler(sender As Object, e As TransactionEventArgs)

매개 변수

sender
Object

이벤트의 출처입니다.

e
TransactionEventArgs

TransactionEventArgs 트랜잭션 정보를 검색할 수 있는 트랜잭션을 포함하는 값입니다.

확장명 메서드

Name Description
GetMethodInfo(Delegate)

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

적용 대상