TransactionStartedEventHandler Delegato

Definizione

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.

e
TransactionEventArgs

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.

Si applica a