Click or drag to resize
IStorageConnectionGetJobData Method

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

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[CanBeNullAttribute]
JobData GetJobData(
	[NotNullAttribute] string jobId
)

Parameters

jobId
Type: SystemString

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

Return Value

Type: JobData
See Also