Click or drag to resize
InvocationDataSerialize Method

[Missing <summary> documentation for "M:Hangfire.Storage.InvocationData.Serialize(Hangfire.Common.Job)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static InvocationData Serialize(
	Job job
)

Parameters

job
Type: Hangfire.CommonJob

[Missing <param name="job"/> documentation for "M:Hangfire.Storage.InvocationData.Serialize(Hangfire.Common.Job)"]

Return Value

Type: InvocationData
See Also