DefaultExecutionStrategy Class
Represents the default IDbExecutionStrategy that doesn't retry operations if they fail.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DefaultExecutionStrategy() | Initializes a new instance of the DefaultExecutionStrategy class. |
Name | Description | |
---|---|---|
![]() | RetriesOnFailure | Gets whether the DefaultExecutionStrategy will retry the execution after a failure. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Execute(Action) | Executes the specified operation once. |
![]() | Execute<TResult>(Func<TResult>) | Executes the specified operation once and returns the result. |
![]() | ExecuteAsync(Func<Task>, CancellationToken) | Executes the specified asynchronous operation once, without retrying on failure. |
![]() | ExecuteAsync<TResult>(Func<Task<TResult>>, CancellationToken) | Executes the specified asynchronous operation once, without retrying on failure. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.