C# Class OSP.RangeIdProvider

Inheritance: IIdProvdier
ファイルを表示 Open project: kasthack/OSP

Public Methods

Method Description
Dispose ( ) : void
Get ( int count ) : Task
RangeIdProvider ( int start, int end ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Get() public method

public Get ( int count ) : Task
count int
return Task

RangeIdProvider() public method

public RangeIdProvider ( int start, int end ) : System
start int
end int
return System