C# 클래스 System.Data.Entity.Infrastructure.DbExecutionStrategyTests.TestExecutionStrategy

상속: DbExecutionStrategy
파일 보기 프로젝트 열기: aspnet/EntityFramework6

공개 메소드들

메소드 설명
TestExecutionStrategy ( int maxRetryCount, TimeSpan maxDelay ) : System.Collections.Generic

보호된 메소드들

메소드 설명
ShouldRetryOn ( Exception exception ) : bool

메소드 상세

ShouldRetryOn() 보호된 메소드

protected ShouldRetryOn ( Exception exception ) : bool
exception Exception
리턴 bool

TestExecutionStrategy() 공개 메소드

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