C# Class DotNetWorkQueue.Transport.SQLite.Basic.SqliteJobSchedulerLastKnownEvent

Gets and sets the last event time for scheduled jobs
Inheritance: IJobSchedulerLastKnownEvent
Mostrar archivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Get ( string jobName ) : DateTimeOffset

Gets the last known event time for the specified job.

SqliteJobSchedulerLastKnownEvent ( DateTimeOffset>.IQueryHandler queryGetJobTime ) : System

Initializes a new instance of the SqliteJobSchedulerLastKnownEvent class.

Method Details

Get() public method

Gets the last known event time for the specified job.
public Get ( string jobName ) : DateTimeOffset
jobName string Name of the job.
return DateTimeOffset

SqliteJobSchedulerLastKnownEvent() public method

Initializes a new instance of the SqliteJobSchedulerLastKnownEvent class.
public SqliteJobSchedulerLastKnownEvent ( DateTimeOffset>.IQueryHandler queryGetJobTime ) : System
queryGetJobTime DateTimeOffset>.IQueryHandler The query get job time.
return System