ZylIdleTimer.NET

IdleTimer Methods

The methods of the IdleTimer class are listed below. For a complete list of IdleTimer class members, see the IdleTimer Members topic.

Public Static (Shared) Methods

GetSystemIdleTime Returns the system-wide idle time in milliseconds.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetRelativeSystemIdleTime Returns the minimum between system-wide idle time and the interval from the latest reset in milliseconds.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
ResetSystemIdleTime Resets the idle timer.
Start (inherited from CustomTimer) Starts the timer. (Enabled = true)
Stop (inherited from CustomTimer) Stops the timer. (Enabled = false)
ToString (inherited from Component)Returns a String containing the name of the Component, if any. This method should not be overridden.

Protected Instance Methods

Dispose (inherited from CustomTimer)Overloaded. Clean up any resources being used.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetService (inherited from Component)Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.
OnStopped Overrides the CustomTimer's OnStopped event.
OnSystemIdle Raises the SystemIdle event.
OnSystemResume Raises the SystemResume event.
OnTick Overrides the CustomTimer's OnTick event.
SetEnabled Enables or disables the timer.

See Also

IdleTimer Class | ZylIdleTimer Namespace