C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.RedisJobSchedulerLastKnownEvent

Gets and sets the last event time for scheduled jobs
상속: IJobSchedulerLastKnownEvent
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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.

메소드 상세

Get() 공개 메소드

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

RedisJobSchedulerLastKnownEvent() 공개 메소드

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