Click or drag to resize

JetConfiguration Class

Provides configuration for the Jumbo distributed execution environment.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public class JetConfiguration : ConfigurationSection

The JetConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodJetConfiguration
Initializes a new instance of the JetConfiguration class
Top
Properties
Methods
  NameDescription
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Protected methodDeserializeSection (Inherited from ConfigurationSection.)
Public methodEquals (Inherited from ConfigurationElement.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetConfiguration
Loads the Jet configuration from the application configuration file.
Public methodStatic memberGetConfiguration(Configuration)
Loads the Jet configuration from the specified configuratino.
Public methodGetHashCode (Inherited from ConfigurationElement.)
Protected methodGetRuntimeObject (Inherited from ConfigurationSection.)
Protected methodGetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected methodGetTransformedTypeString (Inherited from ConfigurationElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsModified (Inherited from ConfigurationSection.)
Public methodIsReadOnly (Inherited from ConfigurationElement.)
Protected methodListErrors (Inherited from ConfigurationElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected methodOnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected methodOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected methodPostDeserialize (Inherited from ConfigurationElement.)
Protected methodPreSerialize (Inherited from ConfigurationElement.)
Protected methodReset (Inherited from ConfigurationElement.)
Protected methodResetModified (Inherited from ConfigurationSection.)
Protected methodSerializeElement (Inherited from ConfigurationElement.)
Protected methodSerializeSection (Inherited from ConfigurationSection.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetPropertyValue (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElement.)
Protected methodShouldSerializeElementInTargetVersion (Inherited from ConfigurationSection.)
Protected methodShouldSerializePropertyInTargetVersion (Inherited from ConfigurationSection.)
Protected methodShouldSerializeSectionInTargetVersion (Inherited from ConfigurationSection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElement.)
Top
Remarks

Jumbo Jet configuration is specified in the file jet.config.

See Also