C# 클래스 DotNetWorkQueue.Transport.SQLite.Decorator.BeginTransactionRetryDecorator

상속: ISqLiteTransactionWrapper
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
BeginTransaction ( ) : System.Data.SQLite.SQLiteTransaction
BeginTransactionRetryDecorator ( ISqLiteTransactionWrapper decorated, ILogFactory log, ThreadSafeRandom threadSafeRandom ) : System.Data.SQLite

비공개 메소드들

메소드 설명
BeginTransactionWithCountDown ( int count ) : System.Data.SQLite.SQLiteTransaction

Handles the specified command, retrying up to count for specific errors

메소드 상세

BeginTransaction() 공개 메소드

public BeginTransaction ( ) : System.Data.SQLite.SQLiteTransaction
리턴 System.Data.SQLite.SQLiteTransaction

BeginTransactionRetryDecorator() 공개 메소드

public BeginTransactionRetryDecorator ( ISqLiteTransactionWrapper decorated, ILogFactory log, ThreadSafeRandom threadSafeRandom ) : System.Data.SQLite
decorated ISqLiteTransactionWrapper
log ILogFactory
threadSafeRandom ThreadSafeRandom
리턴 System.Data.SQLite