C# Класс Raven.Storage.Managed.GeneralStorageActions

Наследование: IGeneralStorageActions
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GeneralStorageActions ( TableStorage storage ) : System.Collections.Generic
GetNextIdentityValue ( string name ) : long
PulseTransaction ( ) : void
SetIdentityValue ( string name, long value ) : void

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

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

public GeneralStorageActions ( TableStorage storage ) : System.Collections.Generic
storage Raven.Storage.Managed.Impl.TableStorage
Результат System.Collections.Generic

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

public GetNextIdentityValue ( string name ) : long
name string
Результат long

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

public PulseTransaction ( ) : void
Результат void

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

public SetIdentityValue ( string name, long value ) : void
name string
value long
Результат void