C# Класс iControl.LocalLBProfileRequestLogging

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

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

Метод Описание
Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_close_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_response ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_response_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_pool ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_protocol ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_secondary_pool ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_secondary_protocol ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_secondary_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_secondary_template ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_template ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_log_by_default_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_pool ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_protocol ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_secondary_pool ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_secondary_protocol ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_secondary_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_secondary_template ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_template ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_close_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_response ( string profile_names, LocalLBProfileString responses, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_response_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_pool ( string profile_names, LocalLBProfileString pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_secondary_pool ( string profile_names, LocalLBProfileString pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_secondary_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_secondary_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_secondary_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_log_by_default_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_pool ( string profile_names, LocalLBProfileString pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_secondary_pool ( string profile_names, LocalLBProfileString pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_secondary_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_secondary_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_secondary_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_proxy_close_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_proxy_response ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_proxy_response_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_request_pool ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_request_protocol ( System asyncResult ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
Endget_request_secondary_pool ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_request_secondary_protocol ( System asyncResult ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
Endget_request_secondary_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_request_secondary_template ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_request_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_request_template ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_response_log_by_default_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_response_pool ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_response_protocol ( System asyncResult ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
Endget_response_secondary_pool ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_response_secondary_protocol ( System asyncResult ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
Endget_response_secondary_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_response_secondary_template ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_response_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_response_template ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_proxy_close_state ( System asyncResult ) : void
Endset_proxy_response ( System asyncResult ) : void
Endset_proxy_response_state ( System asyncResult ) : void
Endset_request_pool ( System asyncResult ) : void
Endset_request_protocol ( System asyncResult ) : void
Endset_request_secondary_pool ( System asyncResult ) : void
Endset_request_secondary_protocol ( System asyncResult ) : void
Endset_request_secondary_state ( System asyncResult ) : void
Endset_request_secondary_template ( System asyncResult ) : void
Endset_request_state ( System asyncResult ) : void
Endset_request_template ( System asyncResult ) : void
Endset_response_log_by_default_state ( System asyncResult ) : void
Endset_response_pool ( System asyncResult ) : void
Endset_response_protocol ( System asyncResult ) : void
Endset_response_secondary_pool ( System asyncResult ) : void
Endset_response_secondary_protocol ( System asyncResult ) : void
Endset_response_secondary_state ( System asyncResult ) : void
Endset_response_secondary_template ( System asyncResult ) : void
Endset_response_state ( System asyncResult ) : void
Endset_response_template ( System asyncResult ) : void
LocalLBProfileRequestLogging ( ) : System

Приватные методы

Метод Описание
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_list ( ) : string[]
get_proxy_close_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_proxy_response ( string profile_names ) : iControl.LocalLBProfileString[]
get_proxy_response_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_request_pool ( string profile_names ) : iControl.LocalLBProfileString[]
get_request_protocol ( string profile_names ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
get_request_secondary_pool ( string profile_names ) : iControl.LocalLBProfileString[]
get_request_secondary_protocol ( string profile_names ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
get_request_secondary_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_request_secondary_template ( string profile_names ) : iControl.LocalLBProfileString[]
get_request_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_request_template ( string profile_names ) : iControl.LocalLBProfileString[]
get_response_log_by_default_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_response_pool ( string profile_names ) : iControl.LocalLBProfileString[]
get_response_protocol ( string profile_names ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
get_response_secondary_pool ( string profile_names ) : iControl.LocalLBProfileString[]
get_response_secondary_protocol ( string profile_names ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
get_response_secondary_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_response_secondary_template ( string profile_names ) : iControl.LocalLBProfileString[]
get_response_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_response_template ( string profile_names ) : iControl.LocalLBProfileString[]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_proxy_close_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_proxy_response ( string profile_names, LocalLBProfileString responses ) : void
set_proxy_response_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_request_pool ( string profile_names, LocalLBProfileString pools ) : void
set_request_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols ) : void
set_request_secondary_pool ( string profile_names, LocalLBProfileString pools ) : void
set_request_secondary_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols ) : void
set_request_secondary_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_request_secondary_template ( string profile_names, LocalLBProfileString templates ) : void
set_request_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_request_template ( string profile_names, LocalLBProfileString templates ) : void
set_response_log_by_default_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_response_pool ( string profile_names, LocalLBProfileString pools ) : void
set_response_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols ) : void
set_response_secondary_pool ( string profile_names, LocalLBProfileString pools ) : void
set_response_secondary_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols ) : void
set_response_secondary_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_response_secondary_template ( string profile_names, LocalLBProfileString templates ) : void
set_response_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_response_template ( string profile_names, LocalLBProfileString templates ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public Beginget_response_template ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_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_base_profile() публичный Метод

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

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

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

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

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

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

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

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

public Beginset_proxy_close_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_proxy_response ( string profile_names, LocalLBProfileString responses, System callback, object asyncState ) : System.IAsyncResult
profile_names string
responses LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_proxy_response_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_request_pool ( string profile_names, LocalLBProfileString pools, System callback, object asyncState ) : System.IAsyncResult
profile_names string
pools LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_request_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
profile_names string
protocols LocalLBProfileRequestLoggingProfileProtocol
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_request_secondary_pool ( string profile_names, LocalLBProfileString pools, System callback, object asyncState ) : System.IAsyncResult
profile_names string
pools LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_request_secondary_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
profile_names string
protocols LocalLBProfileRequestLoggingProfileProtocol
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_request_secondary_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_request_secondary_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
profile_names string
templates LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_request_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_request_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
profile_names string
templates LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_log_by_default_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_pool ( string profile_names, LocalLBProfileString pools, System callback, object asyncState ) : System.IAsyncResult
profile_names string
pools LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
profile_names string
protocols LocalLBProfileRequestLoggingProfileProtocol
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_secondary_pool ( string profile_names, LocalLBProfileString pools, System callback, object asyncState ) : System.IAsyncResult
profile_names string
pools LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_secondary_protocol ( string profile_names, LocalLBProfileRequestLoggingProfileProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
profile_names string
protocols LocalLBProfileRequestLoggingProfileProtocol
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_secondary_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_secondary_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
profile_names string
templates LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_response_template ( string profile_names, LocalLBProfileString templates, System callback, object asyncState ) : System.IAsyncResult
profile_names string
templates LocalLBProfileString
callback System
asyncState object
Результат System.IAsyncResult

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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