C# 클래스 Air.SimpleAirIdFactory

SimpleAirIdFactory class.
상속: IAirIdFactory
파일 보기 프로젝트 열기: tmitchel2/Air 1 사용 예제들

공개 메소드들

메소드 설명
GetNextId ( ) : long

Gets the next id.

SimpleAirIdFactory ( long startId ) : System.Threading

Initializes a new instance of the SimpleAirIdFactory class.

메소드 상세

GetNextId() 공개 메소드

Gets the next id.
public GetNextId ( ) : long
리턴 long

SimpleAirIdFactory() 공개 메소드

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