A Configuration-Based Timeout Hierarchical Control Method
A time-out control and time-out time technology, applied in digital transmission systems, data exchange networks, electrical components, etc., can solve problems such as lack of management mechanism, consumption of computing resources, and occupation of storage space
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0027] The content of the present invention is described in more detail below:
[0028] A kind of configuration-based overtime hierarchical control method of the present invention, its specific operation steps are:
[0029] Step 1: Define the configuration entity class controlled by the client. The defined information of the entity class includes the product level configuration entity class and the user personalized configuration entity class.
[0030] (1) Configure the main attributes of the entity class
[0031] [ConfigurationProperty("DefaultValue")]
[0032] [DisplayName("Default Value")]
[0033] public string DefaultValue
[0034] {
[0035] get {return (string)this["DefaultValue"];}
[0036] set {this["DefaultValue"] = value;}
[0037] }
[0038] [ConfigurationProperty("Modules")]
[0039] public NamedElementCollection ModuleConfigs
[0040] {
[0041] get {return (NamedElementCollection )base["Modules"];}
[0042] set {base["M...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 

