Table of Contents

Class PollPortStatus

Namespace
Lers.Models
Assembly
Lers.Models.dll

Статус портов опроса.

public class PollPortStatus
Inheritance
PollPortStatus
Inherited Members
Extension Methods

Properties

Active

Количество активных портов.

public int Active { get; set; }

Property Value

int

Blocked

Количество заблокированных портов.

public int Blocked { get; set; }

Property Value

int

Free

Количество свободных портов.

public int Free { get; set; }

Property Value

int

PollServices

Количество служб опроса.

public int PollServices { get; set; }

Property Value

int

Total

Общее количество портов.

public int Total { get; set; }

Property Value

int