Click or drag to resize
IStorageConnectionFetchNextJob Method

[Missing <summary> documentation for "M:Hangfire.Storage.IStorageConnection.FetchNextJob(System.String[],System.Threading.CancellationToken)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
IFetchedJob FetchNextJob(
	string[] queues,
	CancellationToken cancellationToken
)

Parameters

queues
Type: SystemString

[Missing <param name="queues"/> documentation for "M:Hangfire.Storage.IStorageConnection.FetchNextJob(System.String[],System.Threading.CancellationToken)"]

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Hangfire.Storage.IStorageConnection.FetchNextJob(System.String[],System.Threading.CancellationToken)"]

Return Value

Type: IFetchedJob
See Also