Метод | Описание | |
---|---|---|
AcquireDistributedLock ( string resource, System.TimeSpan timeout ) : IDisposable | ||
AnnounceServer ( string serverId, Hangfire.Server.ServerContext context ) : void | ||
CreateExpiredJob ( Hangfire.Common.Job job, string>.IDictionary |
||
CreateWriteTransaction ( ) : IWriteOnlyTransaction | ||
FetchNextJob ( string queues, |
||
GetAllEntriesFromHash ( string key ) : string>.Dictionary |
||
GetAllItemsFromList ( string key ) : List |
||
GetAllItemsFromSet ( string key ) : HashSet |
||
GetCounter ( string key ) : long | ||
GetFirstByLowestScoreFromSet ( string key, double fromScore, double toScore ) : string | ||
GetHashCount ( string key ) : long | ||
GetHashTtl ( string key ) : System.TimeSpan | ||
GetJobData ( string key ) : Hangfire.Storage.JobData | ||
GetJobParameter ( string jobId, string name ) : string | ||
GetListCount ( string key ) : long | ||
GetListTtl ( string key ) : System.TimeSpan | ||
GetRangeFromList ( string key, int startingFrom, int endingAt ) : List |
||
GetRangeFromSet ( string key, int startingFrom, int endingAt ) : List |
||
GetSetCount ( string key ) : long | ||
GetSetTtl ( string key ) : System.TimeSpan | ||
GetStateData ( string jobId ) : Hangfire.Storage.StateData | ||
GetValueFromHash ( string key, string name ) : string | ||
Heartbeat ( string serverId ) : void | ||
RavenConnection ( |
||
RemoveServer ( string serverId ) : void | ||
RemoveTimedOutServers ( System.TimeSpan timeOut ) : int | ||
SetJobParameter ( string jobId, string name, string value ) : void | ||
SetRangeInHash ( string key, string>.IEnumerable |
public AcquireDistributedLock ( string resource, System.TimeSpan timeout ) : IDisposable | ||
resource | string | |
timeout | System.TimeSpan | |
Результат | IDisposable |
public AnnounceServer ( string serverId, Hangfire.Server.ServerContext context ) : void | ||
serverId | string | |
context | Hangfire.Server.ServerContext | |
Результат | void |
public CreateExpiredJob ( Hangfire.Common.Job job, string>.IDictionary |
||
job | Hangfire.Common.Job | |
parameters | string>.IDictionary | |
createdAt | System.DateTime | |
expireIn | System.TimeSpan | |
Результат | string |
public CreateWriteTransaction ( ) : IWriteOnlyTransaction | ||
Результат | IWriteOnlyTransaction |
public FetchNextJob ( string queues, |
||
queues | string | |
cancellationToken | ||
Результат | IFetchedJob |
public GetAllEntriesFromHash ( string key ) : string>.Dictionary |
||
key | string | |
Результат | string>.Dictionary |
public GetAllItemsFromList ( string key ) : List |
||
key | string | |
Результат | List |
public GetAllItemsFromSet ( string key ) : HashSet |
||
key | string | |
Результат | HashSet |
public GetFirstByLowestScoreFromSet ( string key, double fromScore, double toScore ) : string | ||
key | string | |
fromScore | double | |
toScore | double | |
Результат | string |
public GetHashTtl ( string key ) : System.TimeSpan | ||
key | string | |
Результат | System.TimeSpan |
public GetJobData ( string key ) : Hangfire.Storage.JobData | ||
key | string | |
Результат | Hangfire.Storage.JobData |
public GetJobParameter ( string jobId, string name ) : string | ||
jobId | string | |
name | string | |
Результат | string |
public GetListTtl ( string key ) : System.TimeSpan | ||
key | string | |
Результат | System.TimeSpan |
public GetRangeFromList ( string key, int startingFrom, int endingAt ) : List |
||
key | string | |
startingFrom | int | |
endingAt | int | |
Результат | List |
public GetRangeFromSet ( string key, int startingFrom, int endingAt ) : List |
||
key | string | |
startingFrom | int | |
endingAt | int | |
Результат | List |
public GetSetTtl ( string key ) : System.TimeSpan | ||
key | string | |
Результат | System.TimeSpan |
public GetStateData ( string jobId ) : Hangfire.Storage.StateData | ||
jobId | string | |
Результат | Hangfire.Storage.StateData |
public GetValueFromHash ( string key, string name ) : string | ||
key | string | |
name | string | |
Результат | string |
public Heartbeat ( string serverId ) : void | ||
serverId | string | |
Результат | void |
public RavenConnection ( |
||
ravenStorage | ||
Результат | System |
public RemoveServer ( string serverId ) : void | ||
serverId | string | |
Результат | void |
public RemoveTimedOutServers ( System.TimeSpan timeOut ) : int | ||
timeOut | System.TimeSpan | |
Результат | int |
public SetJobParameter ( string jobId, string name, string value ) : void | ||
jobId | string | |
name | string | |
value | string | |
Результат | void |
public SetRangeInHash ( string key, string>.IEnumerable |
||
key | string | |
keyValuePairs | string>.IEnumerable | |
Результат | void |