Click or drag to resize
JobStorageConnectionRemoveTimedOutServers Method

[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageConnection.RemoveTimedOutServers(System.TimeSpan)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public abstract int RemoveTimedOutServers(
	TimeSpan timeOut
)

Parameters

timeOut
Type: SystemTimeSpan

[Missing <param name="timeOut"/> documentation for "M:Hangfire.Storage.JobStorageConnection.RemoveTimedOutServers(System.TimeSpan)"]

Return Value

Type: Int32

Implements

IStorageConnectionRemoveTimedOutServers(TimeSpan)
See Also