TransactionStartedEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il metodo che gestirà l'evento DistributedTransactionStarted di una classe 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)
Parametri
- sender
- Object
Origine dell'evento.
TransactionEventArgs contenente la transazione da cui è possibile recuperare le informazioni sulla transazione.
Metodi di estensione
GetMethodInfo(Delegate) |
Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato. |