Nevron Open Vision Documentation
Nevron.Nov Namespace / NTimer Class
Properties Methods Events


In This Topic
    NTimer Class Members
    In This Topic

    The following tables list the members exposed by NTimer.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the timer is allowed to be grouped with other timers that have the same interval. When this property is set to true, and a timer of the same group is already created, the first tick may occur in a shorted interval of time. The change of this property restarts the timer, if it was started. By default set to false.  
    Public PropertyGets or sets the interval at which the tick event occurs (in milliseconds) If the timer is started, it is restarted. The change of this property restarts the timer, if it was started.  
    Public PropertyGets whether the timer is running.  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Executes the specified function after the specified delay (in milliseconds).  
    Public MethodStarts the timer (by default a timer is stopped)  
    Public MethodStops the timer  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    Public Events
     NameDescription
    Public EventRaised when the timer is ticked  
    Top
    See Also