Click or drag to resize
JobStorageTransactionDecrementCounter Method (String, TimeSpan)

[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageTransaction.DecrementCounter(System.String,System.TimeSpan)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public abstract void DecrementCounter(
	string key,
	TimeSpan expireIn
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Hangfire.Storage.JobStorageTransaction.DecrementCounter(System.String,System.TimeSpan)"]

expireIn
Type: SystemTimeSpan

[Missing <param name="expireIn"/> documentation for "M:Hangfire.Storage.JobStorageTransaction.DecrementCounter(System.String,System.TimeSpan)"]

Implements

IWriteOnlyTransactionDecrementCounter(String, TimeSpan)
See Also