C# Class Shielded.Commute

显示文件 Open project: jbakic/Shielded

Public Properties

Property Type Description
Affecting ICommutableShielded[]
Perform System.Action
State CommuteState

Public Methods

Method Description
Commute ( System.Action perform, ICommutableShielded affecting ) : System

Method Details

Commute() public method

public Commute ( System.Action perform, ICommutableShielded affecting ) : System
perform System.Action
affecting ICommutableShielded
return 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
return ICommutableShielded[]

Perform public_oe property

The commutable action.
public Action,System Perform
return System.Action

State public_oe property

The state of the commute.
public CommuteState State
return CommuteState