public sealed class WebChronosSettings : IWebChronosSettingsPublic NotInheritable Class WebChronosSettings
Implements IWebChronosSettingspublic ref class WebChronosSettings sealed : IWebChronosSettings[<SealedAttribute>]
type WebChronosSettings =
class
interface IWebChronosSettings
end| WebChronosSettings | Инициализирует новый экземпляр класса WebChronosSettings |
| Enabled | Определяет, что плагины Chronos могут выполняться на web-сервере. |
| PollingPeriod | Период, через который web-сервер выполняет опрос таблицы операций для получения операции для выполнения. |
| ReschedulePeriod | Период, через который web-сервер проверяет необходимость перерасчёта планировщиков задач. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| FromSettings | Создаёт экземпляр класса с настройками Chronos для web-сервера. |
| GetEnabled | Check wither Web Chronos mode is enabled. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetPollingSeconds | Get polling seconds setting or its default value if setting not present. |
| GetRescheduleSeconds | Get reschedule seconds setting or its default value if setting not present. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetWebChronosSection | Try to get Web Chronos settings section data. |
| DefaultPollingSeconds | |
| DefaultRescheduleSeconds | |
| EnabledAttributeName | Attribute name to check if Web Chronos mode is enabled. |
| PollingSecondsAttributeName | Attribute name to operation polling period setting. |
| RescheduleSecondsAttributeName | Attribute name to operation reschedule period setting. |
| SectionName | Section name in settings for Web Chronos data. |