Method | Description | |
---|---|---|
Begincreate ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_folders ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_folder ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_device_group ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_no_reference_check_state ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_traffic_group ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_device_group_inherited ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_traffic_group_inherited ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string folders, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_device_group ( string folders, string groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_no_reference_check_state ( string folders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_traffic_group ( string folders, string groups, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_folders ( System asyncResult ) : void | ||
Enddelete_folder ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_device_group ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_no_reference_check_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_traffic_group ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endis_device_group_inherited ( System asyncResult ) : bool[] | ||
Endis_traffic_group_inherited ( System asyncResult ) : bool[] | ||
Endset_description ( System asyncResult ) : void | ||
Endset_device_group ( System asyncResult ) : void | ||
Endset_no_reference_check_state ( System asyncResult ) : void | ||
Endset_traffic_group ( System asyncResult ) : void | ||
ManagementFolder ( ) : System |
Method | Description | |
---|---|---|
create ( string folders ) : void | ||
delete_all_folders ( ) : void | ||
delete_folder ( string folders ) : void | ||
get_description ( string folders ) : string[] | ||
get_device_group ( string folders ) : string[] | ||
get_list ( ) : string[] | ||
get_no_reference_check_state ( string folders ) : CommonEnabledState[] | ||
get_traffic_group ( string folders ) : string[] | ||
get_version ( ) : string | ||
is_device_group_inherited ( string folders ) : bool[] | ||
is_traffic_group_inherited ( string folders ) : bool[] | ||
set_description ( string folders, string descriptions ) : void | ||
set_device_group ( string folders, string groups ) : void | ||
set_no_reference_check_state ( string folders, CommonEnabledState states ) : void | ||
set_traffic_group ( string folders, string groups ) : void |
public Begincreate ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_folders ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_folder ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_device_group ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_no_reference_check_state ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_traffic_group ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginis_device_group_inherited ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginis_traffic_group_inherited ( string folders, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string folders, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_device_group ( string folders, string groups, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
groups | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_no_reference_check_state ( string folders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_traffic_group ( string folders, string groups, System callback, object asyncState ) : System.IAsyncResult | ||
folders | string | |
groups | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_folders ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_folder ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_device_group ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_no_reference_check_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_traffic_group ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endis_device_group_inherited ( System asyncResult ) : bool[] | ||
asyncResult | System | |
return | bool[] |
public Endis_traffic_group_inherited ( System asyncResult ) : bool[] | ||
asyncResult | System | |
return | bool[] |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_device_group ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_no_reference_check_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_traffic_group ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |