C# Class Shielded.Commute

Afficher le fichier Open project: jbakic/Shielded

Méthodes publiques

Свойство Type Description
Affecting ICommutableShielded[]
Perform System.Action
State CommuteState

Méthodes publiques

Méthode Description
Commute ( System.Action perform, ICommutableShielded affecting ) : System

Method Details

Commute() public méthode

public Commute ( System.Action perform, ICommutableShielded affecting ) : System
perform System.Action
affecting ICommutableShielded
Résultat System

Property Details

Affecting public_oe property

The fields which, if enlisted by the main transaction, must cause the commute to execute in-transaction.
public ICommutableShielded[] Affecting
Résultat ICommutableShielded[]

Perform public_oe property

The commutable action.
public Action,System Perform
Résultat System.Action

State public_oe property

The state of the commute.
public CommuteState State
Résultat CommuteState