C# Class Hangfire.Raven.JobQueues.RavenJobQueue

Inheritance: IPersistentJobQueue
Afficher le fichier Open project: cady-io/hangfire-ravendb

Méthodes publiques

Méthode Description
Enqueue ( string queue, string jobId ) : void
RavenJobQueue ( [ storage, RavenStorageOptions options ) : System

Private Methods

Méthode Description
Dequeue ( string queues, CancellationToken cancellationToken ) : IFetchedJob
QueueFiller ( DocumentChangeNotification notification ) : void

Method Details

Enqueue() public méthode

public Enqueue ( string queue, string jobId ) : void
queue string
jobId string
Résultat void

RavenJobQueue() public méthode

public RavenJobQueue ( [ storage, RavenStorageOptions options ) : System
storage [
options Hangfire.Raven.Storage.RavenStorageOptions
Résultat System