Nevron .NET Vision
Nevron.UI Namespace / NTimerManager Class / StartTimer Method


In This Topic
    StartTimer Method (NTimerManager)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub StartTimer( _
       ByVal callBack As INTimerCallBack, _
       ByVal interval As System.Integer, _
       ByVal code As System.Integer, _
       ByVal reason As System.String _
    ) 
    'Usage
     
    
    Dim instance As NTimerManager
    Dim callBack As INTimerCallBack
    Dim interval As System.Integer
    Dim code As System.Integer
    Dim reason As System.String
     
    instance.StartTimer(callBack, interval, code, reason)
    public void StartTimer( 
       INTimerCallBack callBack,
       System.int interval,
       System.int code,
       System.string reason
    )

    Parameters

    callBack
    interval
    code
    reason
    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