HiLoValueGeneratorState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The thread safe state used by HiLoValueGenerator<TValue>.
public class HiLoValueGeneratorState
public class HiLoValueGeneratorState : IDisposable
type HiLoValueGeneratorState = class
type HiLoValueGeneratorState = class
interface IDisposable
Public Class HiLoValueGeneratorState
Public Class HiLoValueGeneratorState
Implements IDisposable
- Inheritance
-
HiLoValueGeneratorState
- Implements
Remarks
See EF Core value generation for more information and examples.
Constructors
HiLoValueGeneratorState(Int32) |
Initializes a new instance of the HiLoValueGeneratorState class. |
Methods
Dispose() |
Releases the allocated resources for this instance. |
Next<TValue>(Func<Int64>) |
Gets a value to be assigned to a property. |
NextAsync<TValue>(Func<CancellationToken,Task<Int64>>, CancellationToken) |
Gets a value to be assigned to a property. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework