Class Interval
Runs an action sequential times every specified interval of time. It is possible to specify maximum runs as well
Inheritance
System.Object
Interval
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Onbox.Core.V8.ReactFactory
Assembly: Onbox.Core.dll
Syntax
public class Interval
Methods
| Improve this Doc View SourceStop()
Stops firing actions and cleans resources
Declaration
public void Stop()