CustomTimer(Boolean) Constructor |
Constructor.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic CustomTimer(
bool enabled
)
Public Sub New (
enabled As Boolean
)
Dim enabled As Boolean
Dim instance As New CustomTimer(enabled)
public:
CustomTimer(
bool enabled
)
new :
enabled : bool -> CustomTimerpublic CustomTimer(
boolean enabled
)
public function CustomTimer(
enabled : boolean
)
ZylSoft.Timers.CustomTimer = function(enabled);
CONSTRUCTOR(
enabled AS LOGIC
)
No code example is currently available or this language may not be supported.
Parameters
- enabled Boolean
-
When this parameter is true, the timer will be enabled after the creation.
See Also