Nevron.Chart Namespace / INTimerService Interface / RegisterObserver Method


In This Topic
    RegisterObserver Method (INTimerService)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub RegisterObserver( _
       ByVal timeInterval As System.Integer, _
       ByVal createNewTimer As System.Boolean, _
       ByVal observer As INTimerObserver _
    ) 
    'Usage
     
    
    Dim instance As INTimerService
    Dim timeInterval As System.Integer
    Dim createNewTimer As System.Boolean
    Dim observer As INTimerObserver
     
    instance.RegisterObserver(timeInterval, createNewTimer, observer)
    void RegisterObserver( 
       System.int timeInterval,
       System.bool createNewTimer,
       INTimerObserver observer
    )

    Parameters

    timeInterval
    createNewTimer
    observer
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also