C# Class clojure.lang.LockingTransaction.Info

The current state of a transaction.
Afficher le fichier Open project: richhickey/clojure-clr

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Info ( int status, long startPoint ) : System

Construct an info.

Method Details

Info() public méthode

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