Table of Contents

Class PollPortChangedEventArgs

Namespace
Lers.Poll
Assembly
Lers.System.dll

Аргументы события, которое возникает при изменении порта опроса.

public class PollPortChangedEventArgs : EventArgs
Inheritance
PollPortChangedEventArgs
Inherited Members
Extension Methods

Properties

Operation

Тип операции.

public EntityOperationType Operation { get; }

Property Value

EntityOperationType

PollPort

Порт опроса.

public PollPort PollPort { get; }

Property Value

PollPort

PollPortId

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

public int PollPortId { get; }

Property Value

int