Method | Description | |
---|---|---|
Beginacquire_lock ( string lock_name, long duration_sec, string comment, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_cpu_usage_extended_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_base_mac_address ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_blade_temperature ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_chassis_slot_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_connection_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_connection_type ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_cpu_metrics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_cpu_usage_extended_information ( string host_ids, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_cpu_usage_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_disk_usage_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_fan_metrics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_global_cpu_usage_extended_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_globally_unique_identifier ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_group_id ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_hardware_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_lock_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_lock_status ( string lock_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_marketing_name ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_memory_usage_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_power_supply_metrics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_product_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_pva_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_system_id ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_system_information ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_temperature_metrics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_time ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_time_zone ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_uptime ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginrelease_lock ( string lock_name, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_group_id ( string group_id, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_time ( |
||
Endacquire_lock ( System asyncResult ) : bool | ||
Endget_all_cpu_usage_extended_information ( System asyncResult ) : |
||
Endget_base_mac_address ( System asyncResult ) : string | ||
Endget_blade_temperature ( System asyncResult ) : iControl.SystemBladeTemperature[] | ||
Endget_chassis_slot_information ( System asyncResult ) : iControl.SystemChassisSlot[] | ||
Endget_connection_information ( System asyncResult ) : |
||
Endget_connection_type ( System asyncResult ) : SystemConnectionType | ||
Endget_cpu_metrics ( System asyncResult ) : |
||
Endget_cpu_usage_extended_information ( System asyncResult ) : |
||
Endget_cpu_usage_information ( System asyncResult ) : |
||
Endget_disk_usage_information ( System asyncResult ) : |
||
Endget_fan_metrics ( System asyncResult ) : |
||
Endget_global_cpu_usage_extended_information ( System asyncResult ) : |
||
Endget_globally_unique_identifier ( System asyncResult ) : string | ||
Endget_group_id ( System asyncResult ) : string | ||
Endget_hardware_information ( System asyncResult ) : iControl.SystemHardwareInformation[] | ||
Endget_lock_list ( System asyncResult ) : string[] | ||
Endget_lock_status ( System asyncResult ) : iControl.SystemLockStatus[] | ||
Endget_marketing_name ( System asyncResult ) : string | ||
Endget_memory_usage_information ( System asyncResult ) : |
||
Endget_power_supply_metrics ( System asyncResult ) : |
||
Endget_product_information ( System asyncResult ) : |
||
Endget_pva_version ( System asyncResult ) : string | ||
Endget_system_id ( System asyncResult ) : string | ||
Endget_system_information ( System asyncResult ) : |
||
Endget_temperature_metrics ( System asyncResult ) : |
||
Endget_time ( System asyncResult ) : |
||
Endget_time_zone ( System asyncResult ) : |
||
Endget_uptime ( System asyncResult ) : long | ||
Endget_version ( System asyncResult ) : string | ||
Endrelease_lock ( System asyncResult ) : void | ||
Endset_group_id ( System asyncResult ) : void | ||
Endset_time ( System asyncResult ) : void | ||
SystemSystemInfo ( ) : System |
Method | Description | |
---|---|---|
acquire_lock ( string lock_name, long duration_sec, string comment ) : bool | ||
get_all_cpu_usage_extended_information ( ) : |
||
get_base_mac_address ( ) : string | ||
get_blade_temperature ( ) : iControl.SystemBladeTemperature[] | ||
get_chassis_slot_information ( ) : iControl.SystemChassisSlot[] | ||
get_connection_information ( ) : |
||
get_connection_type ( ) : SystemConnectionType | ||
get_cpu_metrics ( ) : |
||
get_cpu_usage_extended_information ( string host_ids ) : |
||
get_cpu_usage_information ( ) : |
||
get_disk_usage_information ( ) : |
||
get_fan_metrics ( ) : |
||
get_global_cpu_usage_extended_information ( ) : |
||
get_globally_unique_identifier ( ) : string | ||
get_group_id ( ) : string | ||
get_hardware_information ( ) : iControl.SystemHardwareInformation[] | ||
get_lock_list ( ) : string[] | ||
get_lock_status ( string lock_names ) : iControl.SystemLockStatus[] | ||
get_marketing_name ( ) : string | ||
get_memory_usage_information ( ) : |
||
get_power_supply_metrics ( ) : |
||
get_product_information ( ) : |
||
get_pva_version ( ) : string | ||
get_system_id ( ) : string | ||
get_system_information ( ) : |
||
get_temperature_metrics ( ) : |
||
get_time ( ) : |
||
get_time_zone ( ) : |
||
get_uptime ( ) : long | ||
get_version ( ) : string | ||
release_lock ( string lock_name ) : void | ||
set_group_id ( string group_id ) : void | ||
set_time ( |
public Beginacquire_lock ( string lock_name, long duration_sec, string comment, System callback, object asyncState ) : System.IAsyncResult | ||
lock_name | string | |
duration_sec | long | |
comment | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_all_cpu_usage_extended_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_base_mac_address ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_blade_temperature ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_chassis_slot_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_connection_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_connection_type ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_cpu_metrics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_cpu_usage_extended_information ( string host_ids, System callback, object asyncState ) : System.IAsyncResult | ||
host_ids | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_cpu_usage_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_disk_usage_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_fan_metrics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_global_cpu_usage_extended_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_globally_unique_identifier ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_group_id ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_hardware_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_lock_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_lock_status ( string lock_names, System callback, object asyncState ) : System.IAsyncResult | ||
lock_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_marketing_name ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_memory_usage_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_power_supply_metrics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_product_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_pva_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_system_id ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_system_information ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_temperature_metrics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_time ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_time_zone ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_uptime ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginrelease_lock ( string lock_name, System callback, object asyncState ) : System.IAsyncResult | ||
lock_name | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_group_id ( string group_id, System callback, object asyncState ) : System.IAsyncResult | ||
group_id | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_time ( |
||
time | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endacquire_lock ( System asyncResult ) : bool | ||
asyncResult | System | |
return | bool |
public Endget_all_cpu_usage_extended_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_base_mac_address ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_blade_temperature ( System asyncResult ) : iControl.SystemBladeTemperature[] | ||
asyncResult | System | |
return | iControl.SystemBladeTemperature[] |
public Endget_chassis_slot_information ( System asyncResult ) : iControl.SystemChassisSlot[] | ||
asyncResult | System | |
return | iControl.SystemChassisSlot[] |
public Endget_connection_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_connection_type ( System asyncResult ) : SystemConnectionType | ||
asyncResult | System | |
return | SystemConnectionType |
public Endget_cpu_metrics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_cpu_usage_extended_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_cpu_usage_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_disk_usage_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_fan_metrics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_global_cpu_usage_extended_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_globally_unique_identifier ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_group_id ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_hardware_information ( System asyncResult ) : iControl.SystemHardwareInformation[] | ||
asyncResult | System | |
return | iControl.SystemHardwareInformation[] |
public Endget_lock_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_lock_status ( System asyncResult ) : iControl.SystemLockStatus[] | ||
asyncResult | System | |
return | iControl.SystemLockStatus[] |
public Endget_marketing_name ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_memory_usage_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_power_supply_metrics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_product_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_pva_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_system_id ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_system_information ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_temperature_metrics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_time ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_time_zone ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_uptime ( System asyncResult ) : long | ||
asyncResult | System | |
return | long |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endrelease_lock ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_group_id ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_time ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |