C# Class NDB.SequenceCounter

Inheritance: PersistentCounter
Datei anzeigen Open project: Kirosoft/NouchDB Class Usage Examples

Public Methods

Method Description
Get ( ) : long
Next ( ) : long
Reset ( ) : void
SequenceCounter ( string storePath, string>.Dictionary options = null ) : System

Method Details

Get() public method

public Get ( ) : long
return long

Next() public method

public Next ( ) : long
return long

Reset() public method

public Reset ( ) : void
return void

SequenceCounter() public method

public SequenceCounter ( string storePath, string>.Dictionary options = null ) : System
storePath string
options string>.Dictionary
return System