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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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 propertyDescription Gets a description of the job runner.
Public propertyName Gets the name of the job runner.
Top
Methods
 NameDescription
Public methodCreateInstance(ReadOnlyMemoryString, ParseOptions) Creates an instance of the job runner with the configuration from the app.config file.
Public methodCreateInstance(DfsConfiguration, JetConfiguration, ReadOnlyMemoryString, ParseOptions) Creates an instance of the job runner.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes 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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also