Aura.Channel.World.Trade.GetNewId C# (CSharp) Method

GetNewId() private static method

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