Click or drag to resize
IMonitoringApiFetchedCount Method

[Missing <summary> documentation for "M:Hangfire.Storage.IMonitoringApi.FetchedCount(System.String)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
long FetchedCount(
	string queue
)

Parameters

queue
Type: SystemString

[Missing <param name="queue"/> documentation for "M:Hangfire.Storage.IMonitoringApi.FetchedCount(System.String)"]

Return Value

Type: Int64
See Also