Method | Description | |
---|---|---|
Get ( string jobName ) : DateTimeOffset |
Gets the last known event time for the specified job.
|
|
RedisJobSchedulerLastKnownEvent ( IRedisConnection connection, |
Initializes a new instance of the RedisJobSchedulerLastKnownEvent class.
|
public Get ( string jobName ) : DateTimeOffset | ||
jobName | string | Name of the job. |
return | DateTimeOffset |
public RedisJobSchedulerLastKnownEvent ( IRedisConnection connection, |
||
connection | IRedisConnection | The connection. |
redisNames | The redis names. | |
return | System |