Click or drag to resize
IUserSettingManager Interface

[This is preliminary documentation and is subject to change.]

Manages user settings

Namespace: Netadmin.Management.Maintenance
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IUserSettingManager

The IUserSettingManager type exposes the following members.

Methods
  NameDescription
Public methodInt64GetAllowedInactivityMinutesForNa
Returns the allowed number of inactive minutes for the netadmin interface
Public methodInt64GetAllowedInactivityMinutesForOperator
Returns the allowed number of inactive minutes for the provider interface
Public method void UpdateAllowedInactivityMinutesForNa(Int64)
Sets the allowed minutes of inactivity for the netadmin interface
Public method void UpdateAllowedInactivityMinutesForOperator(Int64)
Sets the allowed minutes of inactivity for the provider interface
Top
See Also