C# Класс DotNetWorkQueue.Transport.Redis.Basic.RedisJobSchedulerLastKnownEvent

Gets and sets the last event time for scheduled jobs
Наследование: IJobSchedulerLastKnownEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
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