Метод | Описание | |
---|---|---|
Reset ( ) : void |
Reset the sequence to 1. The next time GetNext is called, 1 will be returned. This sets:
|
|
Set ( ulong value ) : void |
Set the sequence to a given value. The next time GetNext is called, value will be returned. This sets:
|
Метод | Описание | |
---|---|---|
Sequence ( Scalien.Client client, ulong tableID, byte key ) : System | ||
Sequence ( Scalien.Client client, ulong tableID, string key ) : System | ||
SetGranularity ( long gran ) : void |