Click or drag to resize
JobStorageTransactionIncrementCounter Method (String)

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

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public abstract void IncrementCounter(
	string key
)

Parameters

key
Type: SystemString

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

Implements

IWriteOnlyTransactionIncrementCounter(String)
See Also