Click or drag to resize

IdleMonitorService Class

[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Services.IdleMonitorService"]

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.GUI.Common.ServicesIdleMonitorService

Namespace: RAYLASE.Marker.GUI.Common.Services
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public class IdleMonitorService

The IdleMonitorService type exposes the following members.

Constructors
 NameDescription
Public methodIdleMonitorServiceInitializes a new instance of the IdleMonitorService class
Top
Properties
 NameDescription
Public propertyLastActivityDetermines the time of the last user activity (any mouse activity or key press).
Top
Methods
 NameDescription
Public methodRetrieveInactivityPeriodThe amount of time for which the user has been inactive (no mouse activity or key press).
Top
See Also