Click or drag to resize
IWriteOnlyTransactionPersistJob Method

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

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
void PersistJob(
	string jobId
)

Parameters

jobId
Type: SystemString

[Missing <param name="jobId"/> documentation for "M:Hangfire.Storage.IWriteOnlyTransaction.PersistJob(System.String)"]

See Also