메소드 | 설명 | |
---|---|---|
Begincreate_template ( |
||
Begindelete_all_templates ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_template ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ignore_down_response_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_instance_state ( |
||
Beginget_manual_resume_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_parent_template ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_address_type ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_destination ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_integer_property ( string template_names, GlobalLBMonitorIntPropertyType property_types, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_reverse_mode ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_string_property ( string template_names, GlobalLBMonitorStrPropertyType property_types, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_transparent_mode ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_type ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_template_user_defined_string_property ( string template_names, string property_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_template_directly_usable ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_template_read_only ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_template_root ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string template_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ignore_down_response_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_instance_state ( |
||
Beginset_manual_resume_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_template_destination ( string template_names, |
||
Beginset_template_integer_property ( string template_names, |
||
Beginset_template_reverse_mode ( string template_names, bool reverse_modes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_template_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_template_string_property ( string template_names, |
||
Beginset_template_transparent_mode ( string template_names, bool transparent_modes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_template_user_defined_string_property ( string template_names, |
||
Endcreate_template ( System asyncResult ) : void | ||
Enddelete_all_templates ( System asyncResult ) : void | ||
Enddelete_template ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_ignore_down_response_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_instance_state ( System asyncResult ) : iControl.GlobalLBMonitorInstanceState[] | ||
Endget_manual_resume_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_parent_template ( System asyncResult ) : string[] | ||
Endget_template_address_type ( System asyncResult ) : GlobalLBAddressType[] | ||
Endget_template_destination ( System asyncResult ) : iControl.GlobalLBMonitorIPPort[] | ||
Endget_template_integer_property ( System asyncResult ) : iControl.GlobalLBMonitorIntegerValue[] | ||
Endget_template_list ( System asyncResult ) : iControl.GlobalLBMonitorMonitorTemplate[] | ||
Endget_template_reverse_mode ( System asyncResult ) : bool[] | ||
Endget_template_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_template_string_property ( System asyncResult ) : iControl.GlobalLBMonitorStringValue[] | ||
Endget_template_transparent_mode ( System asyncResult ) : bool[] | ||
Endget_template_type ( System asyncResult ) : GlobalLBMonitorTemplateType[] | ||
Endget_template_user_defined_string_property ( System asyncResult ) : iControl.GlobalLBMonitorUserDefinedStringValue[] | ||
Endget_version ( System asyncResult ) : string | ||
Endis_template_directly_usable ( System asyncResult ) : bool[] | ||
Endis_template_read_only ( System asyncResult ) : bool[] | ||
Endis_template_root ( System asyncResult ) : bool[] | ||
Endset_description ( System asyncResult ) : void | ||
Endset_ignore_down_response_state ( System asyncResult ) : void | ||
Endset_instance_state ( System asyncResult ) : void | ||
Endset_manual_resume_state ( System asyncResult ) : void | ||
Endset_template_destination ( System asyncResult ) : void | ||
Endset_template_integer_property ( System asyncResult ) : void | ||
Endset_template_reverse_mode ( System asyncResult ) : void | ||
Endset_template_state ( System asyncResult ) : void | ||
Endset_template_string_property ( System asyncResult ) : void | ||
Endset_template_transparent_mode ( System asyncResult ) : void | ||
Endset_template_user_defined_string_property ( System asyncResult ) : void | ||
GlobalLBMonitor ( ) : System |
메소드 | 설명 | |
---|---|---|
create_template ( |
||
delete_all_templates ( ) : void | ||
delete_template ( string template_names ) : void | ||
get_description ( string template_names ) : string[] | ||
get_ignore_down_response_state ( string template_names ) : CommonEnabledState[] | ||
get_instance_state ( |
||
get_manual_resume_state ( string template_names ) : CommonEnabledState[] | ||
get_parent_template ( string template_names ) : string[] | ||
get_template_address_type ( string template_names ) : GlobalLBAddressType[] | ||
get_template_destination ( string template_names ) : iControl.GlobalLBMonitorIPPort[] | ||
get_template_integer_property ( string template_names, GlobalLBMonitorIntPropertyType property_types ) : iControl.GlobalLBMonitorIntegerValue[] | ||
get_template_list ( ) : iControl.GlobalLBMonitorMonitorTemplate[] | ||
get_template_reverse_mode ( string template_names ) : bool[] | ||
get_template_state ( string template_names ) : CommonEnabledState[] | ||
get_template_string_property ( string template_names, GlobalLBMonitorStrPropertyType property_types ) : iControl.GlobalLBMonitorStringValue[] | ||
get_template_transparent_mode ( string template_names ) : bool[] | ||
get_template_type ( string template_names ) : GlobalLBMonitorTemplateType[] | ||
get_template_user_defined_string_property ( string template_names, string property_names ) : iControl.GlobalLBMonitorUserDefinedStringValue[] | ||
get_version ( ) : string | ||
is_template_directly_usable ( string template_names ) : bool[] | ||
is_template_read_only ( string template_names ) : bool[] | ||
is_template_root ( string template_names ) : bool[] | ||
set_description ( string template_names, string descriptions ) : void | ||
set_ignore_down_response_state ( string template_names, CommonEnabledState states ) : void | ||
set_instance_state ( |
||
set_manual_resume_state ( string template_names, CommonEnabledState states ) : void | ||
set_template_destination ( string template_names, |
||
set_template_integer_property ( string template_names, |
||
set_template_reverse_mode ( string template_names, bool reverse_modes ) : void | ||
set_template_state ( string template_names, CommonEnabledState states ) : void | ||
set_template_string_property ( string template_names, |
||
set_template_transparent_mode ( string template_names, bool transparent_modes ) : void | ||
set_template_user_defined_string_property ( string template_names, |
public Begincreate_template ( |
||
templates | ||
template_attributes | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_templates ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_template ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_description ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_ignore_down_response_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_instance_state ( |
||
instances | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_manual_resume_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_parent_template ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_address_type ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_destination ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_integer_property ( string template_names, GlobalLBMonitorIntPropertyType property_types, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
property_types | GlobalLBMonitorIntPropertyType | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_reverse_mode ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_string_property ( string template_names, GlobalLBMonitorStrPropertyType property_types, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
property_types | GlobalLBMonitorStrPropertyType | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_transparent_mode ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_type ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_template_user_defined_string_property ( string template_names, string property_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
property_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginis_template_directly_usable ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginis_template_read_only ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginis_template_root ( string template_names, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_description ( string template_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_ignore_down_response_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_instance_state ( |
||
instance_states | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_manual_resume_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_template_destination ( string template_names, |
||
template_names | string | |
destinations | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_template_integer_property ( string template_names, |
||
template_names | string | |
values | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_template_reverse_mode ( string template_names, bool reverse_modes, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
reverse_modes | bool | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_template_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_template_string_property ( string template_names, |
||
template_names | string | |
values | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_template_transparent_mode ( string template_names, bool transparent_modes, System callback, object asyncState ) : System.IAsyncResult | ||
template_names | string | |
transparent_modes | bool | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_template_user_defined_string_property ( string template_names, |
||
template_names | string | |
values | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Endcreate_template ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_all_templates ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_template ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_ignore_down_response_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_instance_state ( System asyncResult ) : iControl.GlobalLBMonitorInstanceState[] | ||
asyncResult | System | |
리턴 | iControl.GlobalLBMonitorInstanceState[] |
public Endget_manual_resume_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_parent_template ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_template_address_type ( System asyncResult ) : GlobalLBAddressType[] | ||
asyncResult | System | |
리턴 | GlobalLBAddressType[] |
public Endget_template_destination ( System asyncResult ) : iControl.GlobalLBMonitorIPPort[] | ||
asyncResult | System | |
리턴 | iControl.GlobalLBMonitorIPPort[] |
public Endget_template_integer_property ( System asyncResult ) : iControl.GlobalLBMonitorIntegerValue[] | ||
asyncResult | System | |
리턴 | iControl.GlobalLBMonitorIntegerValue[] |
public Endget_template_list ( System asyncResult ) : iControl.GlobalLBMonitorMonitorTemplate[] | ||
asyncResult | System | |
리턴 | iControl.GlobalLBMonitorMonitorTemplate[] |
public Endget_template_reverse_mode ( System asyncResult ) : bool[] | ||
asyncResult | System | |
리턴 | bool[] |
public Endget_template_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
리턴 | CommonEnabledState[] |
public Endget_template_string_property ( System asyncResult ) : iControl.GlobalLBMonitorStringValue[] | ||
asyncResult | System | |
리턴 | iControl.GlobalLBMonitorStringValue[] |
public Endget_template_transparent_mode ( System asyncResult ) : bool[] | ||
asyncResult | System | |
리턴 | bool[] |
public Endget_template_type ( System asyncResult ) : GlobalLBMonitorTemplateType[] | ||
asyncResult | System | |
리턴 | GlobalLBMonitorTemplateType[] |
public Endget_template_user_defined_string_property ( System asyncResult ) : iControl.GlobalLBMonitorUserDefinedStringValue[] | ||
asyncResult | System | |
리턴 | iControl.GlobalLBMonitorUserDefinedStringValue[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endis_template_directly_usable ( System asyncResult ) : bool[] | ||
asyncResult | System | |
리턴 | bool[] |
public Endis_template_read_only ( System asyncResult ) : bool[] | ||
asyncResult | System | |
리턴 | bool[] |
public Endis_template_root ( System asyncResult ) : bool[] | ||
asyncResult | System | |
리턴 | bool[] |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_ignore_down_response_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_instance_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_manual_resume_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_template_destination ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_template_integer_property ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_template_reverse_mode ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_template_state ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_template_string_property ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_template_transparent_mode ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_template_user_defined_string_property ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |