WinFormsApplicationIdleTimer(Int32) Constructor |
Constructor.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic WinFormsApplicationIdleTimer(
int idleInterval
)
Public Sub New (
idleInterval As Integer
)
Dim idleInterval As Integer
Dim instance As New WinFormsApplicationIdleTimer(idleInterval)
public:
WinFormsApplicationIdleTimer(
int idleInterval
)
new :
idleInterval : int -> WinFormsApplicationIdleTimerpublic WinFormsApplicationIdleTimer(
int idleInterval
)
public function WinFormsApplicationIdleTimer(
idleInterval : int
)
ZylSoft.Timers.WinFormsApplicationIdleTimer = function(idleInterval);
CONSTRUCTOR(
idleInterval AS LONG
)
No code example is currently available or this language may not be supported.
Parameters
- idleInterval Int32
-
The time interval of application-wide idle in milliseconds (1 second = 1000 milliseconds).
When this interval of idle is expired then the Idle event is fired.
See Also