Air.SimpleAirIdFactory.SimpleAirIdFactory C# (CSharp) 메소드

SimpleAirIdFactory() 공개 메소드

Initializes a new instance of the SimpleAirIdFactory class.
public SimpleAirIdFactory ( long startId ) : System.Threading
startId long The start id.
리턴 System.Threading
        public SimpleAirIdFactory(long startId)
        {
            _id = startId;
        }