Job Constructor (Type, MethodInfo, String) |
Note: This API is now obsolete.
Namespace: Hangfire.Common
[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 )
[Missing <param name="type"/> documentation for "M:Hangfire.Common.Job.#ctor(System.Type,System.Reflection.MethodInfo,System.String[])"]
[Missing <param name="method"/> documentation for "M:Hangfire.Common.Job.#ctor(System.Type,System.Reflection.MethodInfo,System.String[])"]
[Missing <param name="arguments"/> documentation for "M:Hangfire.Common.Job.#ctor(System.Type,System.Reflection.MethodInfo,System.String[])"]