C# Class Hangfire.SQLite.SQLiteFetchedJob

Inheritance: IFetchedJob
Datei anzeigen Open project: vip32/Hangfire.SQLite

Public Methods

Method Description
Dispose ( ) : void
RemoveFromQueue ( ) : void
Requeue ( ) : void
SQLiteFetchedJob ( IDbConnection connection, int id, string jobId, string queue ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RemoveFromQueue() public method

public RemoveFromQueue ( ) : void
return void

Requeue() public method

public Requeue ( ) : void
return void

SQLiteFetchedJob() public method

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