C# Class Controller.PluginScheduler.PluginTask

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

Méthodes publiques

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

Method Details

PluginTask() public méthode

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