C# Class clojure.lang.LockingTransaction.Info

The current state of a transaction.
显示文件 Open project: richhickey/clojure-clr

Private Properties

Property Type Description

Public Methods

Method Description
Info ( int status, long startPoint ) : System

Construct an info.

Method Details

Info() public method

Construct an info.
public Info ( int status, long startPoint ) : System
status int Current status.
startPoint long Start point.
return System