Method | Description | |
---|---|---|
Beginadd_metadata ( string rule_names, string names, string values, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( |
||
Begindelete_all_rules ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_rule ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_metadata ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_metadata_description ( string rule_names, string names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_metadata_persistence ( string rule_names, string names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_metadata_value ( string rule_names, string names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginmodify_rule ( |
||
Beginquery_all_rules ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginquery_rule ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_metadata ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_metadata ( string rule_names, string names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_metadata_description ( string rule_names, string names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_metadata_persistence ( string rule_names, string names, CommonMetadataPersistence values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_metadata_value ( string rule_names, string names, string values, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_metadata ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_rules ( System asyncResult ) : void | ||
Enddelete_rule ( System asyncResult ) : void | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_list ( System asyncResult ) : string[] | ||
Endget_metadata ( System asyncResult ) : string[][] | ||
Endget_metadata_description ( System asyncResult ) : string[][] | ||
Endget_metadata_persistence ( System asyncResult ) : CommonMetadataPersistence[][] | ||
Endget_metadata_value ( System asyncResult ) : string[][] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_version ( System asyncResult ) : string | ||
Endmodify_rule ( System asyncResult ) : void | ||
Endquery_all_rules ( System asyncResult ) : iControl.GlobalLBRuleRuleDefinition[] | ||
Endquery_rule ( System asyncResult ) : iControl.GlobalLBRuleRuleDefinition[] | ||
Endremove_all_metadata ( System asyncResult ) : void | ||
Endremove_metadata ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_metadata_description ( System asyncResult ) : void | ||
Endset_metadata_persistence ( System asyncResult ) : void | ||
Endset_metadata_value ( System asyncResult ) : void | ||
GlobalLBRule ( ) : System |
Method | Description | |
---|---|---|
add_metadata ( string rule_names, string names, string values ) : void | ||
create ( |
||
delete_all_rules ( ) : void | ||
delete_rule ( string rule_names ) : void | ||
get_all_statistics ( ) : |
||
get_list ( ) : string[] | ||
get_metadata ( string rule_names ) : string[][] | ||
get_metadata_description ( string rule_names, string names ) : string[][] | ||
get_metadata_persistence ( string rule_names, string names ) : CommonMetadataPersistence[][] | ||
get_metadata_value ( string rule_names, string names ) : string[][] | ||
get_statistics ( string rule_names ) : |
||
get_version ( ) : string | ||
modify_rule ( |
||
query_all_rules ( ) : iControl.GlobalLBRuleRuleDefinition[] | ||
query_rule ( string rule_names ) : iControl.GlobalLBRuleRuleDefinition[] | ||
remove_all_metadata ( string rule_names ) : void | ||
remove_metadata ( string rule_names, string names ) : void | ||
reset_statistics ( string rule_names ) : void | ||
set_metadata_description ( string rule_names, string names, string descriptions ) : void | ||
set_metadata_persistence ( string rule_names, string names, CommonMetadataPersistence values ) : void | ||
set_metadata_value ( string rule_names, string names, string values ) : void |
public Beginadd_metadata ( string rule_names, string names, string values, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
names | string | |
values | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( |
||
rules | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_rules ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_rule ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
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_metadata ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_metadata_description ( string rule_names, string names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_metadata_persistence ( string rule_names, string names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_metadata_value ( string rule_names, string names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_statistics ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | 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 Beginmodify_rule ( |
||
rules | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginquery_all_rules ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginquery_rule ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_metadata ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_metadata ( string rule_names, string names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreset_statistics ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_metadata_description ( string rule_names, string names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
names | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_metadata_persistence ( string rule_names, string names, CommonMetadataPersistence values, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
names | string | |
values | CommonMetadataPersistence | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_metadata_value ( string rule_names, string names, string values, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
names | string | |
values | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_metadata ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_rules ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_rule ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_metadata ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_metadata_description ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_metadata_persistence ( System asyncResult ) : CommonMetadataPersistence[][] | ||
asyncResult | System | |
return | CommonMetadataPersistence[][] |
public Endget_metadata_value ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endmodify_rule ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endquery_all_rules ( System asyncResult ) : iControl.GlobalLBRuleRuleDefinition[] | ||
asyncResult | System | |
return | iControl.GlobalLBRuleRuleDefinition[] |
public Endquery_rule ( System asyncResult ) : iControl.GlobalLBRuleRuleDefinition[] | ||
asyncResult | System | |
return | iControl.GlobalLBRuleRuleDefinition[] |
public Endremove_all_metadata ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_metadata ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_metadata_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_metadata_persistence ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_metadata_value ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |