C# Class Controller.PluginScheduler.PluginTask

Required information to track Plugin Task execution Not used outside the PluginScheduler, hence protected
Exibir arquivo Open project: h07r0d/Netduino-Aquarium-Controller

Public Methods

Method Description
PluginTask ( Delegate _callback, object _state, bool _reschedule, System.TimeSpan _interval ) : System

Method Details

PluginTask() public method

public PluginTask ( Delegate _callback, object _state, bool _reschedule, System.TimeSpan _interval ) : System
_callback System.Delegate
_state object
_reschedule bool
_interval System.TimeSpan
return System