Click or drag to resize
IStorageConnectionGetFirstByLowestScoreFromSet Method

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

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

Parameters

key
Type: SystemString

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

fromScore
Type: SystemDouble

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

toScore
Type: SystemDouble

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

Return Value

Type: String
See Also