Click or drag to resize
Job Constructor (Type, MethodInfo, String)

Note: This API is now obsolete.

Initializes a new instance of the Job class

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[ObsoleteAttribute("Please use Job(Type, MethodInfo, object[]) ctor overload instead. Will be removed in 2.0.0.")]
public Job(
	[NotNullAttribute] Type type,
	[NotNullAttribute] MethodInfo method,
	[NotNullAttribute] string[] arguments
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Hangfire.Common.Job.#ctor(System.Type,System.Reflection.MethodInfo,System.String[])"]

method
Type: System.ReflectionMethodInfo

[Missing <param name="method"/> documentation for "M:Hangfire.Common.Job.#ctor(System.Type,System.Reflection.MethodInfo,System.String[])"]

arguments
Type: SystemString

[Missing <param name="arguments"/> documentation for "M:Hangfire.Common.Job.#ctor(System.Type,System.Reflection.MethodInfo,System.String[])"]

See Also