Click or drag to resize
CreatedContextSetJobParameter Method

[Missing <summary> documentation for "M:Hangfire.Client.CreatedContext.SetJobParameter(System.String,System.Object)"]

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public void SetJobParameter(
	[NotNullAttribute] string name,
	Object value
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Hangfire.Client.CreatedContext.SetJobParameter(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Hangfire.Client.CreatedContext.SetJobParameter(System.String,System.Object)"]

See Also