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

Gets and sets the last event time for scheduled jobs
Inheritance: IJobSchedulerLastKnownEvent
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode 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 méthode

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

RedisJobSchedulerLastKnownEvent() public méthode

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