Table of Contents

Interface IPolling

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

Interface for a class which polls data.

public interface IPolling

Properties

IsPolling

Gets a value indicating whether the object polls.

bool IsPolling { get; }

Property Value

bool

Methods

StartPolling()

Starts polling.

void StartPolling()

StopPolling()

Stops polling.

void StopPolling()

Update()

Updates the data.

void Update()