메소드 | 설명 | |
---|---|---|
Beginadd_checksum ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginadd_metadata ( string rule_names, string names, string values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginadd_signature ( string rule_names, string signing_key_names, 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_description ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ignore_verification ( string rule_names, 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_verification_status ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_verification_status_v2 ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginmodify_rule ( LocalLBRuleRuleDefinition rules, System callback, object asyncState ) : System.IAsyncResult | ||
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_description ( string rule_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ignore_verification ( string rule_names, CommonEnabledState states, 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_checksum ( System asyncResult ) : void | ||
Endadd_metadata ( System asyncResult ) : void | ||
Endadd_signature ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_rules ( System asyncResult ) : void | ||
Enddelete_rule ( System asyncResult ) : void | ||
Endget_all_statistics ( System asyncResult ) : LocalLBRuleRuleStatistics | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_ignore_verification ( System asyncResult ) : CommonEnabledState[] | ||
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 ) : LocalLBRuleRuleStatistics | ||
Endget_verification_status ( System asyncResult ) : LocalLBRuleVerificationStatus[] | ||
Endget_verification_status_v2 ( System asyncResult ) : CommonVerificationStatus[] | ||
Endget_version ( System asyncResult ) : string | ||
Endmodify_rule ( System asyncResult ) : void | ||
Endquery_all_rules ( System asyncResult ) : LocalLBRuleRuleDefinition[] | ||
Endquery_rule ( System asyncResult ) : LocalLBRuleRuleDefinition[] | ||
Endremove_all_metadata ( System asyncResult ) : void | ||
Endremove_metadata ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_ignore_verification ( System asyncResult ) : void | ||
Endset_metadata_description ( System asyncResult ) : void | ||
Endset_metadata_persistence ( System asyncResult ) : void | ||
Endset_metadata_value ( System asyncResult ) : void | ||
LocalLBRule ( ) : System |
메소드 | 설명 | |
---|---|---|
add_checksum ( string rule_names ) : void | ||
add_metadata ( string rule_names, string names, string values ) : void | ||
add_signature ( string rule_names, string signing_key_names ) : void | ||
create ( LocalLBRuleRuleDefinition rules ) : void | ||
delete_all_rules ( ) : void | ||
delete_rule ( string rule_names ) : void | ||
get_all_statistics ( ) : LocalLBRuleRuleStatistics | ||
get_description ( string rule_names ) : string[] | ||
get_ignore_verification ( string rule_names ) : CommonEnabledState[] | ||
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 ) : LocalLBRuleRuleStatistics | ||
get_verification_status ( string rule_names ) : LocalLBRuleVerificationStatus[] | ||
get_verification_status_v2 ( string rule_names ) : CommonVerificationStatus[] | ||
get_version ( ) : string | ||
modify_rule ( LocalLBRuleRuleDefinition rules ) : void | ||
query_all_rules ( ) : LocalLBRuleRuleDefinition[] | ||
query_rule ( string rule_names ) : LocalLBRuleRuleDefinition[] | ||
remove_all_metadata ( string rule_names ) : void | ||
remove_metadata ( string rule_names, string names ) : void | ||
reset_statistics ( string rule_names ) : void | ||
set_description ( string rule_names, string descriptions ) : void | ||
set_ignore_verification ( string rule_names, CommonEnabledState states ) : 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_checksum ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
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 | |
리턴 | System.IAsyncResult |
public Beginadd_signature ( string rule_names, string signing_key_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
signing_key_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begincreate ( |
||
rules | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_rules ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_rule ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_description ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_ignore_verification ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_metadata ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | 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 | |
리턴 | 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 | |
리턴 | 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 | |
리턴 | System.IAsyncResult |
public Beginget_statistics ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_verification_status ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_verification_status_v2 ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginmodify_rule ( LocalLBRuleRuleDefinition rules, System callback, object asyncState ) : System.IAsyncResult | ||
rules | LocalLBRuleRuleDefinition | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginquery_all_rules ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginquery_rule ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_all_metadata ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | 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 | |
리턴 | System.IAsyncResult |
public Beginreset_statistics ( string rule_names, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_description ( string rule_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_ignore_verification ( string rule_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
rule_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | 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 | |
리턴 | 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 | |
리턴 | 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 | |
리턴 | System.IAsyncResult |
public Endadd_checksum ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endadd_metadata ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endadd_signature ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_all_rules ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_rule ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_all_statistics ( System asyncResult ) : LocalLBRuleRuleStatistics | ||
asyncResult | System | |
리턴 | LocalLBRuleRuleStatistics |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_ignore_verification ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_metadata ( System asyncResult ) : string[][] | ||
asyncResult | System | |
리턴 | string[][] |
public Endget_metadata_description ( System asyncResult ) : string[][] | ||
asyncResult | System | |
리턴 | string[][] |
public Endget_metadata_persistence ( System asyncResult ) : CommonMetadataPersistence[][] | ||
asyncResult | System | |
리턴 | CommonMetadataPersistence[][] |
public Endget_metadata_value ( System asyncResult ) : string[][] | ||
asyncResult | System | |
리턴 | string[][] |
public Endget_statistics ( System asyncResult ) : LocalLBRuleRuleStatistics | ||
asyncResult | System | |
리턴 | LocalLBRuleRuleStatistics |
public Endget_verification_status ( System asyncResult ) : LocalLBRuleVerificationStatus[] | ||
asyncResult | System | |
리턴 | LocalLBRuleVerificationStatus[] |
public Endget_verification_status_v2 ( System asyncResult ) : CommonVerificationStatus[] | ||
asyncResult | System | |
리턴 | CommonVerificationStatus[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endmodify_rule ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endquery_all_rules ( System asyncResult ) : LocalLBRuleRuleDefinition[] | ||
asyncResult | System | |
리턴 | LocalLBRuleRuleDefinition[] |
public Endquery_rule ( System asyncResult ) : LocalLBRuleRuleDefinition[] | ||
asyncResult | System | |
리턴 | LocalLBRuleRuleDefinition[] |
public Endremove_all_metadata ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_metadata ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_ignore_verification ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_metadata_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_metadata_persistence ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_metadata_value ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |