Click or drag to resize

JobRunnerInfo Class

Provides information about a job runner.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.JobsJobRunnerInfo

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public sealed class JobRunnerInfo

The JobRunnerInfo type exposes the following members.

Constructors
  NameDescription
Public methodJobRunnerInfo
Initializes a new instance of the JobRunnerInfo class.
Top
Properties
  NameDescription
Public propertyCommandLineParser
Gets the command line parser for this job runner.
Public propertyDescription
Gets a description of the job runner.
Public propertyName
Gets the name of the job runner.
Top
Methods
  NameDescription
Public methodCreateInstance(String, Int32)
Creates an instance of the job runner with the configuration from the app.config file.
Public methodCreateInstance(DfsConfiguration, JetConfiguration, String, Int32)
Creates an instance of the job runner.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetJobRunner
Gets the specified job runner from the specified assembly.
Public methodStatic memberGetJobRunners
Gets all the job runners defined in the specified assembly.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also