Click or drag to resize
PerformContextGetJobParameterT Method

[Missing <summary> documentation for "M:Hangfire.Server.PerformContext.GetJobParameter``1(System.String)"]

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public T GetJobParameter<T>(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Hangfire.Server.PerformContext.GetJobParameter``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Hangfire.Server.PerformContext.GetJobParameter``1(System.String)"]

Return Value

Type: T
See Also