Click or drag to resize

CustomTimer Class

Thread based Timer class.
Inheritance Hierarchy

Namespace: ZylSoft.Timers
Assembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class CustomTimer : Component

The CustomTimer type exposes the following members.

Constructors
 NameDescription
Public methodCustomTimer Constructor.
Public methodCustomTimer(Boolean) Constructor.
Public methodCustomTimer(IContainer) Constructor.
Public methodCustomTimer(Int32) Constructor.
Public methodCustomTimer(Boolean, Int32) Constructor.
Top
Properties
 NameDescription
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyEnabled Enables or disables the timer.
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertyStatic memberUnlockKey Unlock key.
Top
Methods
 NameDescription
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public methodDisposeReleases all resources used by the Component.
(Inherited from Component)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public methodStart Starts the timer. (Enabled = true)
Public methodStop Stops the timer. (Enabled = false)
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component)
Top
Events
 NameDescription
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Top
See Also