Click or drag to resize

IdleTimer Methods

The IdleTimer type exposes the following members.

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 methodGetRelativeSystemIdleTime Returns the minimum between system-wide idle time and the interval from the latest reset in milliseconds.
Public methodStatic memberGetSystemIdleTime Returns the system-wide idle time in milliseconds.
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 methodResetSystemIdleTime Resets the idle timer.
Public methodStart Starts the timer. (Enabled = true)
(Inherited from CustomTimer)
Public methodStop Stops the timer. (Enabled = false)
(Inherited from CustomTimer)
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component)
Top
See Also