Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.EntityFrameworkCore.Storage
  3. ExecutionStrategy
  4. OnFirstExecution()
  • ExecutionStrategy
    • DefaultMaxDelay
    • DefaultMaxRetryCount
    • ExecutionStrategy(DbContext, Int32, TimeSpan)
    • ExecutionStrategy(ExecutionStrategyDependencies, Int32, TimeSpan)
    • Current
    • Dependencies
    • ExceptionsEncountered
    • MaxRetryCount
    • MaxRetryDelay
    • Random
    • RetriesOnFailure
    • Suspended
    • CallOnWrappedException<TResult>(Exception, Func<Exception, TResult>)
    • Execute<TState, TResult>(TState, Func<DbContext, TState, TResult>, Func<DbContext, TState, ExecutionResult<TResult>>)
    • ExecuteAsync<TState, TResult>(TState, Func<DbContext, TState, CancellationToken, Task<TResult>>, Func<DbContext, TState, CancellationToken, Task<ExecutionResult<TResult>>>, CancellationToken)
    • GetNextDelay(Exception)
    • OnFirstExecution()
    • OnRetry()
    • ShouldRetryOn(Exception)
    • ShouldVerifySuccessOn(Exception)
netcoreapp2.0
namespace Microsoft.EntityFrameworkCore.Storage
{
    public abstract class ExecutionStrategy : IExecutionStrategy
    {
        protected virtual void OnFirstExecution();
    }
}
.NET 8.09.010.0
.NET Core 2.02.12.2
Information specific to netcoreapp2.0
Assembly

Microsoft.EntityFrameworkCore , Version=2.0.3.0, PublicKeyToken=adb9793829ddae60

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙