Click or drag to resize
ElectStateContextSetJobParameterT Method

[Missing <summary> documentation for "M:Hangfire.States.ElectStateContext.SetJobParameter``1(System.String,``0)"]

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public void SetJobParameter<T>(
	string name,
	T value
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Hangfire.States.ElectStateContext.SetJobParameter``1(System.String,``0)"]

value
Type: T

[Missing <param name="value"/> documentation for "M:Hangfire.States.ElectStateContext.SetJobParameter``1(System.String,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Hangfire.States.ElectStateContext.SetJobParameter``1(System.String,``0)"]

See Also