Method | Description | |
---|---|---|
Beginadd_priority_class ( string groups, string classes, long percentages, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_priority_groups ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_priority_group ( string groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_priority_class ( string groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_priority_class_description ( string groups, string classes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_priority_class_weight_percentage ( string groups, string classes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_priority_classes ( string groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_priority_class ( string groups, string classes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_priority_class_description ( string groups, string classes, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_priority_class_weight_percentage ( string groups, string classes, long percentages, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_priority_class ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_priority_groups ( System asyncResult ) : void | ||
Enddelete_priority_group ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_priority_class ( System asyncResult ) : string[][] | ||
Endget_priority_class_description ( System asyncResult ) : string[][] | ||
Endget_priority_class_weight_percentage ( System asyncResult ) : long[][] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_priority_classes ( System asyncResult ) : void | ||
Endremove_priority_class ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_priority_class_description ( System asyncResult ) : void | ||
Endset_priority_class_weight_percentage ( System asyncResult ) : void | ||
NetworkingBWPriorityGroup ( ) : System |
Method | Description | |
---|---|---|
add_priority_class ( string groups, string classes, long percentages ) : void | ||
create ( string groups, CommonEnabledState states ) : void | ||
delete_all_priority_groups ( ) : void | ||
delete_priority_group ( string groups ) : void | ||
get_description ( string groups ) : string[] | ||
get_list ( ) : string[] | ||
get_priority_class ( string groups ) : string[][] | ||
get_priority_class_description ( string groups, string classes ) : string[][] | ||
get_priority_class_weight_percentage ( string groups, string classes ) : long[][] | ||
get_version ( ) : string | ||
remove_all_priority_classes ( string groups ) : void | ||
remove_priority_class ( string groups, string classes ) : void | ||
set_description ( string groups, string descriptions ) : void | ||
set_priority_class_description ( string groups, string classes, string descriptions ) : void | ||
set_priority_class_weight_percentage ( string groups, string classes, long percentages ) : void |
public Beginadd_priority_class ( string groups, string classes, long percentages, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
classes | string | |
percentages | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_priority_groups ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_priority_group ( string groups, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string groups, System callback, object asyncState ) : System.IAsyncResult | ||
groups | 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_priority_class ( string groups, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_priority_class_description ( string groups, string classes, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
classes | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_priority_class_weight_percentage ( string groups, string classes, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
classes | 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 Beginremove_all_priority_classes ( string groups, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_priority_class ( string groups, string classes, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
classes | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_priority_class_description ( string groups, string classes, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
classes | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_priority_class_weight_percentage ( string groups, string classes, long percentages, System callback, object asyncState ) : System.IAsyncResult | ||
groups | string | |
classes | string | |
percentages | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_priority_class ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_priority_groups ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_priority_group ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_priority_class ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_priority_class_description ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_priority_class_weight_percentage ( System asyncResult ) : long[][] | ||
asyncResult | System | |
return | long[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_all_priority_classes ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_priority_class ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_priority_class_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_priority_class_weight_percentage ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public NetworkingBWPriorityGroup ( ) : System | ||
return | System |