IdleTimer(IContainer) Constructor |
Constructor.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic IdleTimer(
IContainer container
)
Public Sub New (
container As IContainer
)
Dim container As IContainer
Dim instance As New IdleTimer(container)
public:
IdleTimer(
IContainer^ container
)
new :
container : IContainer -> IdleTimerpublic IdleTimer(
IContainer container
)
public function IdleTimer(
container : IContainer
)
ZylSoft.Timers.IdleTimer = function(container);
CONSTRUCTOR(
container AS IContainer
)
No code example is currently available or this language may not be supported.
Parameters
- container IContainer
-
The IContainer that contains the Component.
The components in a container are tracked in a first-in, first-out list,
which also defines the order of the components within the container.
The last component added is the last component in the list.
See Also