C# Класс iControl.GlobalLBMonitor

Наследование: iControlInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Begincreate_template ( GlobalLBMonitorMonitorTemplate templates, GlobalLBMonitorCommonAttributes template_attributes, System callback, object asyncState ) : System.IAsyncResult
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 ( GlobalLBMonitorInstance instances, System callback, object asyncState ) : System.IAsyncResult
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 ( GlobalLBMonitorInstanceState instance_states, System callback, object asyncState ) : System.IAsyncResult
Beginset_manual_resume_state ( string template_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_template_destination ( string template_names, GlobalLBMonitorIPPort destinations, System callback, object asyncState ) : System.IAsyncResult
Beginset_template_integer_property ( string template_names, GlobalLBMonitorIntegerValue values, System callback, object asyncState ) : System.IAsyncResult
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, GlobalLBMonitorStringValue values, System callback, object asyncState ) : System.IAsyncResult
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, GlobalLBMonitorUserDefinedStringValue values, System callback, object asyncState ) : System.IAsyncResult
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 ( GlobalLBMonitorMonitorTemplate templates, GlobalLBMonitorCommonAttributes template_attributes ) : void
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 ( GlobalLBMonitorInstance instances ) : iControl.GlobalLBMonitorInstanceState[]
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 ( GlobalLBMonitorInstanceState instance_states ) : void
set_manual_resume_state ( string template_names, CommonEnabledState states ) : void
set_template_destination ( string template_names, GlobalLBMonitorIPPort destinations ) : void
set_template_integer_property ( string template_names, GlobalLBMonitorIntegerValue values ) : void
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, GlobalLBMonitorStringValue values ) : void
set_template_transparent_mode ( string template_names, bool transparent_modes ) : void
set_template_user_defined_string_property ( string template_names, GlobalLBMonitorUserDefinedStringValue values ) : void

Описание методов

Begincreate_template() публичный Метод

public Begincreate_template ( GlobalLBMonitorMonitorTemplate templates, GlobalLBMonitorCommonAttributes template_attributes, System callback, object asyncState ) : System.IAsyncResult
templates GlobalLBMonitorMonitorTemplate
template_attributes GlobalLBMonitorCommonAttributes
callback System
asyncState object
Результат System.IAsyncResult

Begindelete_all_templates() публичный Метод

public Begindelete_all_templates ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Begindelete_template() публичный Метод

public Begindelete_template ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_description() публичный Метод

public Beginget_description ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_ignore_down_response_state() публичный Метод

public Beginget_ignore_down_response_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_instance_state() публичный Метод

public Beginget_instance_state ( GlobalLBMonitorInstance instances, System callback, object asyncState ) : System.IAsyncResult
instances GlobalLBMonitorInstance
callback System
asyncState object
Результат System.IAsyncResult

Beginget_manual_resume_state() публичный Метод

public Beginget_manual_resume_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_parent_template() публичный Метод

public Beginget_parent_template ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_address_type() публичный Метод

public Beginget_template_address_type ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_destination() публичный Метод

public Beginget_template_destination ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_integer_property() публичный Метод

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

Beginget_template_list() публичный Метод

public Beginget_template_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_reverse_mode() публичный Метод

public Beginget_template_reverse_mode ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_state() публичный Метод

public Beginget_template_state ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_string_property() публичный Метод

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

Beginget_template_transparent_mode() публичный Метод

public Beginget_template_transparent_mode ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_type() публичный Метод

public Beginget_template_type ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_user_defined_string_property() публичный Метод

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

Beginget_version() публичный Метод

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Beginis_template_directly_usable() публичный Метод

public Beginis_template_directly_usable ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginis_template_read_only() публичный Метод

public Beginis_template_read_only ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginis_template_root() публичный Метод

public Beginis_template_root ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_description() публичный Метод

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

Beginset_ignore_down_response_state() публичный Метод

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

Beginset_instance_state() публичный Метод

public Beginset_instance_state ( GlobalLBMonitorInstanceState instance_states, System callback, object asyncState ) : System.IAsyncResult
instance_states GlobalLBMonitorInstanceState
callback System
asyncState object
Результат System.IAsyncResult

Beginset_manual_resume_state() публичный Метод

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

Beginset_template_destination() публичный Метод

public Beginset_template_destination ( string template_names, GlobalLBMonitorIPPort destinations, System callback, object asyncState ) : System.IAsyncResult
template_names string
destinations GlobalLBMonitorIPPort
callback System
asyncState object
Результат System.IAsyncResult

Beginset_template_integer_property() публичный Метод

public Beginset_template_integer_property ( string template_names, GlobalLBMonitorIntegerValue values, System callback, object asyncState ) : System.IAsyncResult
template_names string
values GlobalLBMonitorIntegerValue
callback System
asyncState object
Результат System.IAsyncResult

Beginset_template_reverse_mode() публичный Метод

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

Beginset_template_state() публичный Метод

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

Beginset_template_string_property() публичный Метод

public Beginset_template_string_property ( string template_names, GlobalLBMonitorStringValue values, System callback, object asyncState ) : System.IAsyncResult
template_names string
values GlobalLBMonitorStringValue
callback System
asyncState object
Результат System.IAsyncResult

Beginset_template_transparent_mode() публичный Метод

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

Beginset_template_user_defined_string_property() публичный Метод

public Beginset_template_user_defined_string_property ( string template_names, GlobalLBMonitorUserDefinedStringValue values, System callback, object asyncState ) : System.IAsyncResult
template_names string
values GlobalLBMonitorUserDefinedStringValue
callback System
asyncState object
Результат System.IAsyncResult

Endcreate_template() публичный Метод

public Endcreate_template ( System asyncResult ) : void
asyncResult System
Результат void

Enddelete_all_templates() публичный Метод

public Enddelete_all_templates ( System asyncResult ) : void
asyncResult System
Результат void

Enddelete_template() публичный Метод

public Enddelete_template ( System asyncResult ) : void
asyncResult System
Результат void

Endget_description() публичный Метод

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_ignore_down_response_state() публичный Метод

public Endget_ignore_down_response_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Результат CommonEnabledState[]

Endget_instance_state() публичный Метод

public Endget_instance_state ( System asyncResult ) : iControl.GlobalLBMonitorInstanceState[]
asyncResult System
Результат iControl.GlobalLBMonitorInstanceState[]

Endget_manual_resume_state() публичный Метод

public Endget_manual_resume_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Результат CommonEnabledState[]

Endget_parent_template() публичный Метод

public Endget_parent_template ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_template_address_type() публичный Метод

public Endget_template_address_type ( System asyncResult ) : GlobalLBAddressType[]
asyncResult System
Результат GlobalLBAddressType[]

Endget_template_destination() публичный Метод

public Endget_template_destination ( System asyncResult ) : iControl.GlobalLBMonitorIPPort[]
asyncResult System
Результат iControl.GlobalLBMonitorIPPort[]

Endget_template_integer_property() публичный Метод

public Endget_template_integer_property ( System asyncResult ) : iControl.GlobalLBMonitorIntegerValue[]
asyncResult System
Результат iControl.GlobalLBMonitorIntegerValue[]

Endget_template_list() публичный Метод

public Endget_template_list ( System asyncResult ) : iControl.GlobalLBMonitorMonitorTemplate[]
asyncResult System
Результат iControl.GlobalLBMonitorMonitorTemplate[]

Endget_template_reverse_mode() публичный Метод

public Endget_template_reverse_mode ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

Endget_template_state() публичный Метод

public Endget_template_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Результат CommonEnabledState[]

Endget_template_string_property() публичный Метод

public Endget_template_string_property ( System asyncResult ) : iControl.GlobalLBMonitorStringValue[]
asyncResult System
Результат iControl.GlobalLBMonitorStringValue[]

Endget_template_transparent_mode() публичный Метод

public Endget_template_transparent_mode ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

Endget_template_type() публичный Метод

public Endget_template_type ( System asyncResult ) : GlobalLBMonitorTemplateType[]
asyncResult System
Результат GlobalLBMonitorTemplateType[]

Endget_template_user_defined_string_property() публичный Метод

public Endget_template_user_defined_string_property ( System asyncResult ) : iControl.GlobalLBMonitorUserDefinedStringValue[]
asyncResult System
Результат iControl.GlobalLBMonitorUserDefinedStringValue[]

Endget_version() публичный Метод

public Endget_version ( System asyncResult ) : string
asyncResult System
Результат string

Endis_template_directly_usable() публичный Метод

public Endis_template_directly_usable ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

Endis_template_read_only() публичный Метод

public Endis_template_read_only ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

Endis_template_root() публичный Метод

public Endis_template_root ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

Endset_description() публичный Метод

public Endset_description ( System asyncResult ) : void
asyncResult System
Результат void

Endset_ignore_down_response_state() публичный Метод

public Endset_ignore_down_response_state ( System asyncResult ) : void
asyncResult System
Результат void

Endset_instance_state() публичный Метод

public Endset_instance_state ( System asyncResult ) : void
asyncResult System
Результат void

Endset_manual_resume_state() публичный Метод

public Endset_manual_resume_state ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_destination() публичный Метод

public Endset_template_destination ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_integer_property() публичный Метод

public Endset_template_integer_property ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_reverse_mode() публичный Метод

public Endset_template_reverse_mode ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_state() публичный Метод

public Endset_template_state ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_string_property() публичный Метод

public Endset_template_string_property ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_transparent_mode() публичный Метод

public Endset_template_transparent_mode ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_user_defined_string_property() публичный Метод

public Endset_template_user_defined_string_property ( System asyncResult ) : void
asyncResult System
Результат void

GlobalLBMonitor() публичный Метод

public GlobalLBMonitor ( ) : System
Результат System