Aura.Channel.World.Trade.GetNewId C# (CSharp) Méthode

GetNewId() private static méthode

Returns a new trade id.
private static GetNewId ( ) : long
Résultat long
		private static long GetNewId()
		{
			return Interlocked.Increment(ref _ids);
		}