Table of Contents

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

PollConnection

ConnectionId

Идентификатор подключения для контрольного опроса.

public int ConnectionId { get; set; }

Property Value

int

RunOnAutoPollAttemptsEnded

Отмечает необходимость запуска резервного опроса в случае исчерпания попыток основного опроса.

public bool RunOnAutoPollAttemptsEnded { get; set; }

Property Value

bool

StartTime

Время начала контрольного опроса (в минутах с начала суток).

public short StartTime { get; set; }

Property Value

short