public void StartTimer( INTimerCallBack callBack, System.int interval, System.int code, System.string reason )
'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)
Parameters
- callBack
- interval
- code
- reason