Table of Contents

Class PollPortStatistics

Namespace
Lers.Models
Assembly
Lers.Models.dll

Статистика по порту опроса.

public class PollPortStatistics
Inheritance
PollPortStatistics
Inherited Members
Extension Methods

Properties

CallCount

Количество вызовов.

public int CallCount { get; set; }

Property Value

int

Date

Дата.

public DateTime Date { get; set; }

Property Value

DateTime

PollPortId

Идентификатор порта опроса.

public int PollPortId { get; set; }

Property Value

int

TotalCallsDuration

Суммарное время вызовов (в секундах).

public int TotalCallsDuration { get; set; }

Property Value

int

Traffic

Суммарный объём переданных и принятых данных.

public long Traffic { get; set; }

Property Value

long