Interface IPollHandler
Assembly: Glitch9.IO.dll
Syntax
public interface IPollHandler
Properties
|
Edit this page
View Source
Interval
Declaration
TimeSpan Interval { get; }
Property Value
|
Edit this page
View Source
IsEmpty
Declaration
Property Value
|
Edit this page
View Source
Timeout
Declaration
TimeSpan Timeout { get; }
Property Value
Methods
|
Edit this page
View Source
OnTick(IPollingJob, TimeSpan)
Called on every polling tick with the current job and elapsed time.
Declaration
void OnTick(IPollingJob job, TimeSpan elapsed)
Parameters
Extension Methods