Click or drag to resize
IStorageConnectionCreateExpiredJob Method

[Missing <summary> documentation for "M:Hangfire.Storage.IStorageConnection.CreateExpiredJob(Hangfire.Common.Job,System.Collections.Generic.IDictionary{System.String,System.String},System.DateTime,System.TimeSpan)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
string CreateExpiredJob(
	Job job,
	IDictionary<string, string> parameters,
	DateTime createdAt,
	TimeSpan expireIn
)

Parameters

job
Type: Hangfire.CommonJob

[Missing <param name="job"/> documentation for "M:Hangfire.Storage.IStorageConnection.CreateExpiredJob(Hangfire.Common.Job,System.Collections.Generic.IDictionary{System.String,System.String},System.DateTime,System.TimeSpan)"]

parameters
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="parameters"/> documentation for "M:Hangfire.Storage.IStorageConnection.CreateExpiredJob(Hangfire.Common.Job,System.Collections.Generic.IDictionary{System.String,System.String},System.DateTime,System.TimeSpan)"]

createdAt
Type: SystemDateTime

[Missing <param name="createdAt"/> documentation for "M:Hangfire.Storage.IStorageConnection.CreateExpiredJob(Hangfire.Common.Job,System.Collections.Generic.IDictionary{System.String,System.String},System.DateTime,System.TimeSpan)"]

expireIn
Type: SystemTimeSpan

[Missing <param name="expireIn"/> documentation for "M:Hangfire.Storage.IStorageConnection.CreateExpiredJob(Hangfire.Common.Job,System.Collections.Generic.IDictionary{System.String,System.String},System.DateTime,System.TimeSpan)"]

Return Value

Type: String
See Also