C# Class DotNetWorkQueue.Transport.Redis.Basic.RedisJobSchedulerLastKnownEvent

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

Public Methods

Method Description
Get ( string jobName ) : DateTimeOffset

Gets the last known event time for the specified job.

RedisJobSchedulerLastKnownEvent ( IRedisConnection connection, RedisNames redisNames ) : System

Initializes a new instance of the RedisJobSchedulerLastKnownEvent 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

RedisJobSchedulerLastKnownEvent() public method

Initializes a new instance of the RedisJobSchedulerLastKnownEvent class.
public RedisJobSchedulerLastKnownEvent ( IRedisConnection connection, RedisNames redisNames ) : System
connection IRedisConnection The connection.
redisNames RedisNames The redis names.
return System