IUniqueSequenceProvider MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IUniqueSequenceProvider type exposes the following members.
Methods

  NameDescription
Public methodGenerateOneSequenceID
Generates one ID for the supplied sequence name. Note: do not confuse with block pre-allocation, which is an internal optimization. Even if 100 IDs are pre-allocated the method returns one unique ID
Public methodGetSequenceInfos
Returns sequnce information enumerable for all sequences in the named scope
Public methodTryGenerateManyConsecutiveSequenceIDs
Tries to generate many consecutive IDs. If the reserved block gets exhausted, then the returned ID count may be less than requested.
Back to Top
Properties

  NameDescription
Public propertyName (Inherited from INamed.)
Public propertySequenceScopeNames
Returns the list of all scope names in the instance
Back to Top
See Also