Nevron .NET Vision
Nevron.UI Namespace / NTimerManager Class / HasStartedTimer Method / HasStartedTimer(INTimerCallBack,Int32,String) Method


In This Topic
    HasStartedTimer(INTimerCallBack,Int32,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function HasStartedTimer( _
       ByVal callBack As INTimerCallBack, _
       ByVal code As System.Integer, _
       ByVal reason As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTimerManager
    Dim callBack As INTimerCallBack
    Dim code As System.Integer
    Dim reason As System.String
    Dim value As System.Boolean
     
    value = instance.HasStartedTimer(callBack, code, reason)
    public System.bool HasStartedTimer( 
       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