Nevron.UI Namespace / NTimerManager Class / StopTimer Method


StopTimer Method (NTimerManager)
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)

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