TransactionStartedEventHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示處理 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
事件的來源。
TransactionEventArgs,包含可從中擷取交易資訊的交易。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |