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,包含可從中擷取交易資訊的交易。

擴充方法

GetMethodInfo(Delegate)

取得表示特定委派所代表之方法的物件。

適用於