Interface IPolling
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
Methods
StartPolling()
Starts polling.
void StartPolling()
StopPolling()
Stops polling.
void StopPolling()
Update()
Updates the data.
void Update()