DaemonConfiguration Class
- Namespace:
- Weavy.Core.Configuration
- Assembly:
- Weavy.Core.dll
Enables or disables daemons.
public class DaemonConfiguration : ConfigurationElement
- Inheritance:
- System.Object → DaemonConfiguration
Constructors
Daemon |
Initializes a new instance of the DaemonConfiguration class. |
Properties
Enabled | Gets or sets a value indicating whether daemons are enabled or not. |
Interval | Gets or sets the polling interval for daemons, default value is every 30 seconds. |
Timeout | Gets or sets the timeout for daemons, default is 20 minutes. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |