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) |
获取指示指定委托表示的方法的对象。 |