C# Класс DotNetWorkQueue.Transport.Redis.Basic.Lua.DoesJobExistLua

Наследование: BaseLua
Показать файл Открыть проект

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

Метод Описание
DoesJobExistLua ( IRedisConnection connection, RedisNames redisNames ) : System

Initializes a new instance of the DoesJobExistLua class.

Execute ( string jobName, DateTimeOffset scheduledTime ) : QueueStatuses

Returns the status of the job

Приватные методы

Метод Описание
GetParameters ( string jobName, DateTimeOffset scheduledTime ) : object

Gets the parameters.

Описание методов

DoesJobExistLua() публичный Метод

Initializes a new instance of the DoesJobExistLua class.
public DoesJobExistLua ( IRedisConnection connection, RedisNames redisNames ) : System
connection IRedisConnection The connection.
redisNames RedisNames The redis names.
Результат System

Execute() публичный Метод

Returns the status of the job
public Execute ( string jobName, DateTimeOffset scheduledTime ) : QueueStatuses
jobName string Name of the job.
scheduledTime DateTimeOffset The scheduled time.
Результат QueueStatuses