HiLoValueGeneratorState Class

Definition

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