ComponentConfiguration Class |
Namespace: AccidentalFish.ApplicationSupport.Core.Components
The ComponentConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComponentConfiguration | Initializes a new instance of the ComponentConfiguration class |
Name | Description | |
---|---|---|
![]() | ComponentIdentity |
Name of the component (used to instantiate it using the IComponentFactory)
|
![]() | Instances |
Number of instances to run in parallel
|
![]() | RestartEvaluator |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |