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


In This Topic
    StopTimer Method (NTimerManager)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub StopTimer( _
       ByVal callBack As INTimerCallBack, _
       ByVal code As System.Integer, _
       ByVal reason As System.String _
    ) 
    'Usage
     
    
    Dim instance As NTimerManager
    Dim callBack As INTimerCallBack
    Dim code As System.Integer
    Dim reason As System.String
     
    instance.StopTimer(callBack, code, reason)
    public void StopTimer( 
       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