C# Class System.Data.Entity.Infrastructure.DbExecutionStrategyTests.TestExecutionStrategy

Inheritance: DbExecutionStrategy
Mostra file Open project: aspnet/EntityFramework6

Public Methods

Method Description
TestExecutionStrategy ( int maxRetryCount, TimeSpan maxDelay ) : System.Collections.Generic

Protected Methods

Method Description
ShouldRetryOn ( Exception exception ) : bool

Method Details

ShouldRetryOn() protected method

protected ShouldRetryOn ( Exception exception ) : bool
exception Exception
return bool

TestExecutionStrategy() public method

public TestExecutionStrategy ( int maxRetryCount, TimeSpan maxDelay ) : System.Collections.Generic
maxRetryCount int
maxDelay TimeSpan
return System.Collections.Generic