| IStorageConnectionGetJobData Method |
[Missing <summary> documentation for "M:Hangfire.Storage.IStorageConnection.GetJobData(System.String)"]
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax [CanBeNullAttribute]
JobData GetJobData(
[NotNullAttribute] string jobId
)
<CanBeNullAttribute>
Function GetJobData (
<NotNullAttribute> jobId As String
) As JobData
Parameters
- jobId
- Type: SystemString
[Missing <param name="jobId"/> documentation for "M:Hangfire.Storage.IStorageConnection.GetJobData(System.String)"]
Return Value
Type:
JobDataSee Also