C# Класс clojure.lang.LockingTransaction.Info

The current state of a transaction.
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
Info ( int status, long startPoint ) : System

Construct an info.

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

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

Construct an info.
public Info ( int status, long startPoint ) : System
status int Current status.
startPoint long Start point.
Результат System