Call
Action every X milliseconds X times.
Namespace:
robotManager.Helpful
Assembly:
robotManager (in robotManager.dll)
public static void CallBack(
long ms,
int numberOfTimes,
Action callBack
)
Public Shared Sub CallBack ( _
ms As Long, _
numberOfTimes As Integer, _
callBack As Action _
)
Parameters
- ms
- Type: Int64
The milliseconds.
- numberOfTimes
- Type: Int32
The number of times to call Action.
- callBack
- Type: Action
Action to call.