Class BackupPollSettings
- Namespace
- Lers.Core.MeasurePoints
- Assembly
- Lers.System.dll
Параметры контрольного опроса.
public class BackupPollSettings
- Inheritance
-
BackupPollSettings
- Inherited Members
- Extension Methods
Properties
Connection
Подключение для контрольного опроса.
public PollConnection Connection { get; set; }
Property Value
ConnectionId
Идентификатор подключения для контрольного опроса.
public int ConnectionId { get; set; }
Property Value
RunOnAutoPollAttemptsEnded
Отмечает необходимость запуска резервного опроса в случае исчерпания попыток основного опроса.
public bool RunOnAutoPollAttemptsEnded { get; set; }
Property Value
StartTime
Время начала контрольного опроса (в минутах с начала суток).
public short StartTime { get; set; }