Click or drag to resize
IStorageConnectionRemoveTimedOutServers Method

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

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

Parameters

timeOut
Type: SystemTimeSpan

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

Return Value

Type: Int32
See Also