Interface IPollService
Служба опроса.
Inherited Members
Namespace: Lers.Poll
Assembly: Lers.Server.System.dll
Syntax
public interface IPollService : IUniqueObject
Properties
Identifier
Типизированный идентификатор.
Declaration
EntityIdentifier<PollService> Identifier { get; }
Property Value
| Type | Description |
|---|---|
| EntityIdentifier<Lers.Models.PollService> |
IpAddress
IP-адрес службы опроса, которая обслуживает данный порт опроса.
Declaration
IPAddress IpAddress { get; }
Property Value
| Type | Description |
|---|---|
| System.Net.IPAddress |
IsLocal
Флаг указывает что это локальная служба опроса.
Declaration
bool IsLocal { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |