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


In This Topic
    GetTimer Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetTimer( _
       ByVal callBack As INTimerCallBack, _
       ByVal code As System.Integer, _
       ByVal reason As System.String _
    ) As NTimer
    'Usage
     
    
    Dim instance As NTimerManager
    Dim callBack As INTimerCallBack
    Dim code As System.Integer
    Dim reason As System.String
    Dim value As NTimer
     
    value = instance.GetTimer(callBack, code, reason)
    public NTimer GetTimer( 
       INTimerCallBack callBack,
       System.int code,
       System.string reason
    )

    Parameters

    callBack
    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