Click or drag to resize

INodeTrigger interface

Interface for a class that can trigger a process multiple times, e.g. TimerTrigger or FileWatcherTrigger.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface INodeTrigger

The INodeTrigger Type exposes the following members.

Properties
 NameDescription of the
Public PropertyInfo Contains information on the owning trigger. NextRun and NextRunInfo are implemented. To add further information, this class can be derived.
Back to the top
Methods
 NameDescription of the
Public MethodStart Starts the trigger; the consumer should first have connected to TriggerIt.
Public MethodStop Stops the trigger.
Back to the top
Remarks
File: INodeTrigger.cs Author: Erik Nagel 17.07.2013 Erik Nagel: created
See also