메소드 | 설명 | |
---|---|---|
Beginadd_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string device_groups, ManagementDeviceGroupType types, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_device_group ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_preferred_active ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_autosync_enabled_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_device ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_device_sync_status ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_failover_status ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_full_load_on_sync_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_incremental_config_sync_size_maximum ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_network_failover_enabled_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_sync_status ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_sync_status_overview ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_type ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_devices ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_autosync_enabled_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string device_groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_full_load_on_sync_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_incremental_config_sync_size_maximum ( string device_groups, long values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_network_failover_enabled_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_device ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_device_group ( System asyncResult ) : void | ||
Endget_all_preferred_active ( System asyncResult ) : bool[] | ||
Endget_autosync_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_device ( System asyncResult ) : string[][] | ||
Endget_device_sync_status ( System asyncResult ) : iControl.ManagementDeviceGroupDeviceSyncStatus[][] | ||
Endget_failover_status ( System asyncResult ) : |
||
Endget_full_load_on_sync_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_incremental_config_sync_size_maximum ( System asyncResult ) : long[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_network_failover_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_sync_status ( System asyncResult ) : iControl.ManagementDeviceGroupSyncStatus[] | ||
Endget_sync_status_overview ( System asyncResult ) : |
||
Endget_type ( System asyncResult ) : ManagementDeviceGroupType[] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_devices ( System asyncResult ) : void | ||
Endremove_device ( System asyncResult ) : void | ||
Endset_autosync_enabled_state ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_full_load_on_sync_state ( System asyncResult ) : void | ||
Endset_incremental_config_sync_size_maximum ( System asyncResult ) : void | ||
Endset_network_failover_enabled_state ( System asyncResult ) : void | ||
ManagementDeviceGroup ( ) : System |
메소드 | 설명 | |
---|---|---|
add_device ( string device_groups, string devices ) : void | ||
create ( string device_groups, ManagementDeviceGroupType types ) : void | ||
delete_device_group ( string device_groups ) : void | ||
get_all_preferred_active ( string device_groups ) : bool[] | ||
get_autosync_enabled_state ( string device_groups ) : CommonEnabledState[] | ||
get_description ( string device_groups ) : string[] | ||
get_device ( string device_groups ) : string[][] | ||
get_device_sync_status ( string device_groups, string devices ) : iControl.ManagementDeviceGroupDeviceSyncStatus[][] | ||
get_failover_status ( ) : |
||
get_full_load_on_sync_state ( string device_groups ) : CommonEnabledState[] | ||
get_incremental_config_sync_size_maximum ( string device_groups ) : long[] | ||
get_list ( ) : string[] | ||
get_network_failover_enabled_state ( string device_groups ) : CommonEnabledState[] | ||
get_sync_status ( string device_groups ) : iControl.ManagementDeviceGroupSyncStatus[] | ||
get_sync_status_overview ( ) : |
||
get_type ( string device_groups ) : ManagementDeviceGroupType[] | ||
get_version ( ) : string | ||
remove_all_devices ( string device_groups ) : void | ||
remove_device ( string device_groups, string devices ) : void | ||
set_autosync_enabled_state ( string device_groups, CommonEnabledState states ) : void | ||
set_description ( string device_groups, string descriptions ) : void | ||
set_full_load_on_sync_state ( string device_groups, CommonEnabledState states ) : void | ||
set_incremental_config_sync_size_maximum ( string device_groups, long values ) : void | ||
set_network_failover_enabled_state ( string device_groups, CommonEnabledState states ) : void |
public Beginadd_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
devices | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begincreate ( string device_groups, ManagementDeviceGroupType types, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
types | ManagementDeviceGroupType | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_device_group ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_all_preferred_active ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_autosync_enabled_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_description ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_device ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_device_sync_status ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
devices | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_failover_status ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_full_load_on_sync_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_incremental_config_sync_size_maximum ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_network_failover_enabled_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_sync_status ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_sync_status_overview ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_type ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_all_devices ( string device_groups, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
devices | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_autosync_enabled_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_description ( string device_groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_full_load_on_sync_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_incremental_config_sync_size_maximum ( string device_groups, long values, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
values | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_network_failover_enabled_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
device_groups | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Endadd_device ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_device_group ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_all_preferred_active ( System asyncResult ) : bool[] | ||
asyncResult | System | |
리턴 | bool[] |
public Endget_autosync_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_device ( System asyncResult ) : string[][] | ||
asyncResult | System | |
리턴 | string[][] |
public Endget_device_sync_status ( System asyncResult ) : iControl.ManagementDeviceGroupDeviceSyncStatus[][] | ||
asyncResult | System | |
리턴 | iControl.ManagementDeviceGroupDeviceSyncStatus[][] |
public Endget_failover_status ( System asyncResult ) : |
||
asyncResult | System | |
리턴 |
public Endget_full_load_on_sync_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_incremental_config_sync_size_maximum ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_network_failover_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_sync_status ( System asyncResult ) : iControl.ManagementDeviceGroupSyncStatus[] | ||
asyncResult | System | |
리턴 | iControl.ManagementDeviceGroupSyncStatus[] |
public Endget_sync_status_overview ( System asyncResult ) : |
||
asyncResult | System | |
리턴 |
public Endget_type ( System asyncResult ) : ManagementDeviceGroupType[] | ||
asyncResult | System | |
리턴 | ManagementDeviceGroupType[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endremove_all_devices ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_device ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_autosync_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_full_load_on_sync_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_incremental_config_sync_size_maximum ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_network_failover_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |