Click or drag to resize
JobStorageConnectionGetFirstByLowestScoreFromSet Method

[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageConnection.GetFirstByLowestScoreFromSet(System.String,System.Double,System.Double)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public abstract string GetFirstByLowestScoreFromSet(
	string key,
	double fromScore,
	double toScore
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Hangfire.Storage.JobStorageConnection.GetFirstByLowestScoreFromSet(System.String,System.Double,System.Double)"]

fromScore
Type: SystemDouble

[Missing <param name="fromScore"/> documentation for "M:Hangfire.Storage.JobStorageConnection.GetFirstByLowestScoreFromSet(System.String,System.Double,System.Double)"]

toScore
Type: SystemDouble

[Missing <param name="toScore"/> documentation for "M:Hangfire.Storage.JobStorageConnection.GetFirstByLowestScoreFromSet(System.String,System.Double,System.Double)"]

Return Value

Type: String

Implements

IStorageConnectionGetFirstByLowestScoreFromSet(String, Double, Double)
See Also