C# Class HA4IoT.Actuators.Triggers.TriggerBase

Inheritance: ITrigger
Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
Attach ( System.Action action ) : void
Attach ( IAction action ) : void
Execute ( ) : void

Method Details

Attach() public méthode

public Attach ( System.Action action ) : void
action System.Action
Résultat void

Attach() public méthode

public Attach ( IAction action ) : void
action IAction
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void