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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework