C# 클래스 Shielded.Commute

파일 보기 프로젝트 열기: jbakic/Shielded

공개 프로퍼티들

프로퍼티 타입 설명
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