UtilState Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by UtilState.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a utilization state record to the Util_State table. |
![]() ![]() | Delete | The Delete() method removes the specified utilization state record from the Util_State table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more utilization state records from the Util_State table, as specified by the filter parameters. Passing no filter parameters will retrieve all utilization state records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves one utilization state record from the Util_State table, as specified by the filter parameters. |
![]() ![]() | Update | The Update() method updates all columns for the specified utilization state record in the Util_State table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified utilization state record in the Util_State table. |

