C# 클래스 Hangfire.Raven.JobQueues.RavenJobQueue

상속: IPersistentJobQueue
파일 보기 프로젝트 열기: cady-io/hangfire-ravendb

공개 메소드들

메소드 설명
Enqueue ( string queue, string jobId ) : void
RavenJobQueue ( [ storage, RavenStorageOptions options ) : System

비공개 메소드들

메소드 설명
Dequeue ( string queues, CancellationToken cancellationToken ) : IFetchedJob
QueueFiller ( DocumentChangeNotification notification ) : void

메소드 상세

Enqueue() 공개 메소드

public Enqueue ( string queue, string jobId ) : void
queue string
jobId string
리턴 void

RavenJobQueue() 공개 메소드

public RavenJobQueue ( [ storage, RavenStorageOptions options ) : System
storage [
options Hangfire.Raven.Storage.RavenStorageOptions
리턴 System