C# Class Air.SimpleAirIdFactory

SimpleAirIdFactory class.
Inheritance: IAirIdFactory
Afficher le fichier Open project: tmitchel2/Air Class Usage Examples

Méthodes publiques

Méthode Description
GetNextId ( ) : long

Gets the next id.

SimpleAirIdFactory ( long startId ) : System.Threading

Initializes a new instance of the SimpleAirIdFactory class.

Method Details

GetNextId() public méthode

Gets the next id.
public GetNextId ( ) : long
Résultat long

SimpleAirIdFactory() public méthode

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