C# Class TimeLocker.Locktimer

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
GetMaxAllowedTime ( ) : System.TimeSpan
GetRemainingTime ( ) : System.TimeSpan
Locktimer ( Locker locker ) : System

Private Methods

Méthode Description
Lock ( object o, EventArgs e ) : void
SaveData ( object o, EventArgs e ) : void
SessionSwitchEvent ( object o, LockStatusChangedEventArgs e ) : void

Method Details

GetMaxAllowedTime() public static méthode

public static GetMaxAllowedTime ( ) : System.TimeSpan
Résultat System.TimeSpan

GetRemainingTime() public méthode

public GetRemainingTime ( ) : System.TimeSpan
Résultat System.TimeSpan

Locktimer() public méthode

public Locktimer ( Locker locker ) : System
locker Locker
Résultat System