TransactionStartedEventHandler Delegat

Definicja

Reprezentuje metodę, która obsłuży DistributedTransactionStarted zdarzenie TransactionManager klasy.

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)

Parametry

sender
Object

Źródło zdarzenia.

e
TransactionEventArgs

Element TransactionEventArgs zawierający transakcję, z której można pobrać informacje o transakcji.

Metody rozszerzania

GetMethodInfo(Delegate)

Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata.

Dotyczy