Click or drag to resize
Job Constructor
Overload List
  NameDescription
Public methodJob(MethodInfo)
Initializes a new instance of the Job class with the metadata of a method with no arguments.
Public methodJob(MethodInfo, Object)
Initializes a new instance of the Job class with the metadata of a method and the given list of arguments.
Public methodJob(Type, MethodInfo)
Initializes a new instance of the Job class with the type, metadata of a method with no arguments.
Public methodJob(Type, MethodInfo, Object)
Initializes a new instance of the Job class with the type, metadata of a method and the given list of arguments.
Public methodJob(Type, MethodInfo, String) Obsolete.
Initializes a new instance of the Job class
Top
See Also