UserLock API
Properties | List of all members
TimeQuotaStatus Class Reference

Time quota status for a specific user. List consumed time for the user and for all kind of sessions. See the class ConsumedTime and use the function GetUserQuotaStatus of the UserLockServer class to get the time quota status for a specific user. Also allows to get the effective quotas for the user. More...

Inherits List< ConsumedTime >.

Properties

TimeQuotasCounts TimeQuotasCounts [get]
 Get the time quota and corresponding remaining time count for the user. See the class TimeQuotasCounts. More...
 
Dictionary< String,
TimeQuotasCounts
TimeQuotasEffective [get]
 Get the effective quotas for the user. See the class TimeQuotasCounts. More...
 

Detailed Description

Time quota status for a specific user. List consumed time for the user and for all kind of sessions. See the class ConsumedTime and use the function GetUserQuotaStatus of the UserLockServer class to get the time quota status for a specific user. Also allows to get the effective quotas for the user.

Property Documentation

Get the time quota and corresponding remaining time count for the user. See the class TimeQuotasCounts.

Dictionary<String, TimeQuotasCounts> TimeQuotasEffective
get

Get the effective quotas for the user. See the class TimeQuotasCounts.