C# Класс Shielded.Commute

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Affecting ICommutableShielded[]
Perform System.Action
State CommuteState

Открытые методы

Метод Описание
Commute ( System.Action perform, ICommutableShielded affecting ) : System

Описание методов

Commute() публичный Метод

public Commute ( System.Action perform, ICommutableShielded affecting ) : System
perform System.Action
affecting ICommutableShielded
Результат System

Описание свойств

Affecting публичное свойство

The fields which, if enlisted by the main transaction, must cause the commute to execute in-transaction.
public ICommutableShielded[] Affecting
Результат ICommutableShielded[]

Perform публичное свойство

The commutable action.
public Action,System Perform
Результат System.Action

State публичное свойство

The state of the commute.
public CommuteState State
Результат CommuteState