| JobStorageConnectionRemoveTimedOutServers Method |
[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageConnection.RemoveTimedOutServers(System.TimeSpan)"]
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public abstract int RemoveTimedOutServers(
TimeSpan timeOut
)
Public MustOverride Function RemoveTimedOutServers (
timeOut As TimeSpan
) As Integer
Parameters
- timeOut
- Type: SystemTimeSpan
[Missing <param name="timeOut"/> documentation for "M:Hangfire.Storage.JobStorageConnection.RemoveTimedOutServers(System.TimeSpan)"]
Return Value
Type:
Int32Implements
IStorageConnectionRemoveTimedOutServers(TimeSpan)See Also