Table of Contents

Class PollSessionChangedEventArgs

Namespace
Lers.Poll
Assembly
Lers.System.dll

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

public class PollSessionChangedEventArgs : EventArgs
Inheritance
PollSessionChangedEventArgs
Inherited Members
Extension Methods

Properties

Operation

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

public EntityOperationType Operation { get; }

Property Value

EntityOperationType

PollSession

Сеанс опроса.

public PollSession PollSession { get; }

Property Value

PollSession

PollSessionId

Идентификатор изменившегося сеанса опроса.

public int PollSessionId { get; }

Property Value

int