Air.SimpleAirIdFactory.GetNextId C# (CSharp) Méthode

GetNextId() public méthode

Gets the next id.
public GetNextId ( ) : long
Résultat long
        public long GetNextId()
        {
            return Interlocked.Increment(ref _id);
        }