| IUserSettingManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Maintenance
The IUserSettingManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Int64 | GetAllowedInactivityMinutesForNa |
Returns the allowed number of inactive minutes for the netadmin interface
| |
| Int64 | GetAllowedInactivityMinutesForOperator |
Returns the allowed number of inactive minutes for the provider interface
| |
| void | UpdateAllowedInactivityMinutesForNa(Int64) |
Sets the allowed minutes of inactivity for the netadmin interface
| |
| void | UpdateAllowedInactivityMinutesForOperator(Int64) |
Sets the allowed minutes of inactivity for the provider interface
|