Click or drag to resize
ComponentConfiguration Class
Describes the configuration of a component in the component host
Inheritance Hierarchy
SystemObject
  AccidentalFish.ApplicationSupport.Core.ComponentsComponentConfiguration

Namespace: AccidentalFish.ApplicationSupport.Core.Components
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public class ComponentConfiguration

The ComponentConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodComponentConfiguration
Initializes a new instance of the ComponentConfiguration class
Top
Properties
  NameDescription
Public propertyComponentIdentity
Name of the component (used to instantiate it using the IComponentFactory)
Public propertyInstances
Number of instances to run in parallel
Public propertyRestartEvaluator
Function to determins if the component should be restarted. Passed the exception that caused the failure, the number of times the component has been restarted previously, and should return true for restart false if not.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also