Air.SimpleAirIdFactory.SimpleAirIdFactory C# (CSharp) Method

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
        public SimpleAirIdFactory(long startId)
        {
            _id = startId;
        }