C# 클래스 Hangfire.SQLite.SQLiteFetchedJob

상속: IFetchedJob
파일 보기 프로젝트 열기: vip32/Hangfire.SQLite

공개 메소드들

메소드 설명
Dispose ( ) : void
RemoveFromQueue ( ) : void
Requeue ( ) : void
SQLiteFetchedJob ( IDbConnection connection, int id, string jobId, string queue ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RemoveFromQueue() 공개 메소드

public RemoveFromQueue ( ) : void
리턴 void

Requeue() 공개 메소드

public Requeue ( ) : void
리턴 void

SQLiteFetchedJob() 공개 메소드

public SQLiteFetchedJob ( IDbConnection connection, int id, string jobId, string queue ) : System
connection IDbConnection
id int
jobId string
queue string
리턴 System