C# Class Air.SimpleAirIdFactory

SimpleAirIdFactory class.
Inheritance: IAirIdFactory
Datei anzeigen Open project: tmitchel2/Air Class Usage Examples

Public Methods

Method Description
GetNextId ( ) : long

Gets the next id.

SimpleAirIdFactory ( long startId ) : System.Threading

Initializes a new instance of the SimpleAirIdFactory class.

Method Details

GetNextId() public method

Gets the next id.
public GetNextId ( ) : long
return long

SimpleAirIdFactory() public method

Initializes a new instance of the SimpleAirIdFactory class.
public SimpleAirIdFactory ( long startId ) : System.Threading
startId long The start id.
return System.Threading