C# Class NLight.Transactions.TransactionContextCreatedEventArgs

Provides data for the TransactionContext.Created event.
Inheritance: System.EventArgs
Afficher le fichier Open project: slorion/nlight Class Usage Examples

Méthodes publiques

Méthode Description
TransactionContextCreatedEventArgs ( TransactionContext context ) : System

Initializes a new instance of the TransactionContextCreatedEventArgs class.

Method Details

TransactionContextCreatedEventArgs() public méthode

Initializes a new instance of the TransactionContextCreatedEventArgs class.
public TransactionContextCreatedEventArgs ( TransactionContext context ) : System
context TransactionContext The context.
Résultat System