Méthode | Description | |
---|---|---|
AcquireDistributedLock ( string resource, System.TimeSpan timeout ) : IDisposable | ||
AnnounceServer ( string serverId, Hangfire.Server.ServerContext context ) : void | ||
CreateExpiredJob ( Hangfire.Common.Job job, string>.IDictionary |
||
CreateWriteTransaction ( ) : IWriteOnlyTransaction | ||
Dispose ( ) : void | ||
FetchNextJob ( string queues, |
||
GetAllEntriesFromHash ( string key ) : string>.Dictionary |
||
GetAllItemsFromList ( [ key ) : List |
||
GetAllItemsFromSet ( string key ) : HashSet |
||
GetCounter ( [ key ) : long | ||
GetFirstByLowestScoreFromSet ( string key, double fromScore, double toScore ) : string | ||
GetHashCount ( [ key ) : long | ||
GetHashTtl ( [ key ) : System.TimeSpan | ||
GetJobData ( string jobId ) : Hangfire.Storage.JobData | ||
GetJobParameter ( string jobId, string name ) : string | ||
GetListCount ( [ key ) : long | ||
GetListTtl ( [ key ) : System.TimeSpan | ||
GetRangeFromList ( [ key, int startingFrom, int endingAt ) : List |
||
GetRangeFromSet ( [ key, int startingFrom, int endingAt ) : List |
||
GetSetCount ( [ key ) : long | ||
GetSetTtl ( [ key ) : System.TimeSpan | ||
GetStateData ( string jobId ) : Hangfire.Storage.StateData | ||
GetValueFromHash ( [ key, [ name ) : string | ||
Heartbeat ( string serverId ) : void | ||
RemoveServer ( string serverId ) : void | ||
RemoveTimedOutServers ( System.TimeSpan timeOut ) : int | ||
SetJobParameter ( string jobId, string name, string value ) : void | ||
SetRangeInHash ( string key, string>.IEnumerable |
public abstract AcquireDistributedLock ( string resource, System.TimeSpan timeout ) : IDisposable | ||
resource | string | |
timeout | System.TimeSpan | |
Résultat | IDisposable |
public abstract AnnounceServer ( string serverId, Hangfire.Server.ServerContext context ) : void | ||
serverId | string | |
context | Hangfire.Server.ServerContext | |
Résultat | void |
public abstract CreateExpiredJob ( Hangfire.Common.Job job, string>.IDictionary |
||
job | Hangfire.Common.Job | |
parameters | string>.IDictionary | |
createdAt | System.DateTime | |
expireIn | System.TimeSpan | |
Résultat | string |
public abstract CreateWriteTransaction ( ) : IWriteOnlyTransaction | ||
Résultat | IWriteOnlyTransaction |
public abstract FetchNextJob ( string queues, |
||
queues | string | |
cancellationToken | ||
Résultat | IFetchedJob |
public abstract GetAllEntriesFromHash ( string key ) : string>.Dictionary |
||
key | string | |
Résultat | string>.Dictionary |
public GetAllItemsFromList ( [ key ) : List |
||
key | [ | |
Résultat | List |
public abstract GetAllItemsFromSet ( string key ) : HashSet |
||
key | string | |
Résultat | HashSet |
public abstract GetFirstByLowestScoreFromSet ( string key, double fromScore, double toScore ) : string | ||
key | string | |
fromScore | double | |
toScore | double | |
Résultat | string |
public GetHashTtl ( [ key ) : System.TimeSpan | ||
key | [ | |
Résultat | System.TimeSpan |
public abstract GetJobData ( string jobId ) : Hangfire.Storage.JobData | ||
jobId | string | |
Résultat | Hangfire.Storage.JobData |
public abstract GetJobParameter ( string jobId, string name ) : string | ||
jobId | string | |
name | string | |
Résultat | string |
public GetListTtl ( [ key ) : System.TimeSpan | ||
key | [ | |
Résultat | System.TimeSpan |
public GetRangeFromList ( [ key, int startingFrom, int endingAt ) : List |
||
key | [ | |
startingFrom | int | |
endingAt | int | |
Résultat | List |
public GetRangeFromSet ( [ key, int startingFrom, int endingAt ) : List |
||
key | [ | |
startingFrom | int | |
endingAt | int | |
Résultat | List |
public GetSetTtl ( [ key ) : System.TimeSpan | ||
key | [ | |
Résultat | System.TimeSpan |
public abstract GetStateData ( string jobId ) : Hangfire.Storage.StateData | ||
jobId | string | |
Résultat | Hangfire.Storage.StateData |
public GetValueFromHash ( [ key, [ name ) : string | ||
key | [ | |
name | [ | |
Résultat | string |
public abstract Heartbeat ( string serverId ) : void | ||
serverId | string | |
Résultat | void |
public abstract RemoveServer ( string serverId ) : void | ||
serverId | string | |
Résultat | void |
public abstract RemoveTimedOutServers ( System.TimeSpan timeOut ) : int | ||
timeOut | System.TimeSpan | |
Résultat | int |
public abstract SetJobParameter ( string jobId, string name, string value ) : void | ||
jobId | string | |
name | string | |
value | string | |
Résultat | void |
public abstract SetRangeInHash ( string key, string>.IEnumerable |
||
key | string | |
keyValuePairs | string>.IEnumerable | |
Résultat | void |