C# Класс iControl.LocalLBMessageRoutingTransportConfig

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

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

Метод Описание
Beginadd_profile ( string transport_configs, string profiles, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string transport_configs, LocalLBMessageRoutingProtocol protocols, string profiles, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_transport_configs ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_transport_config ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_profile ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_protocol ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_rule ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_address_translation_pool ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_address_translation_type ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_port ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_profiles ( string transport_configs, System callback, object asyncState ) : System.IAsyncResult
Beginremove_profile ( string transport_configs, string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginreplace_rule ( string transport_configs, string rules, long priorities, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string transport_configs, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_address_translation_pool ( string transport_configs, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_address_translation_pool_with_type ( string transport_configs, string pools, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_address_translation_type ( string transport_configs, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_port ( string transport_configs, long ports, System callback, object asyncState ) : System.IAsyncResult
Endadd_profile ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_transport_configs ( System asyncResult ) : void
Enddelete_transport_config ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_profile ( System asyncResult ) : iControl.LocalLBMessageRoutingTransportConfigTransportConfigProfile[][]
Endget_protocol ( System asyncResult ) : LocalLBMessageRoutingProtocol[]
Endget_rule ( System asyncResult ) : string[][]
Endget_source_address_translation_pool ( System asyncResult ) : string[]
Endget_source_address_translation_type ( System asyncResult ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
Endget_source_port ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endremove_all_profiles ( System asyncResult ) : void
Endremove_profile ( System asyncResult ) : void
Endreplace_rule ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_source_address_translation_pool ( System asyncResult ) : void
Endset_source_address_translation_pool_with_type ( System asyncResult ) : void
Endset_source_address_translation_type ( System asyncResult ) : void
Endset_source_port ( System asyncResult ) : void
LocalLBMessageRoutingTransportConfig ( ) : System

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

Метод Описание
add_profile ( string transport_configs, string profiles ) : void
create ( string transport_configs, LocalLBMessageRoutingProtocol protocols, string profiles ) : void
delete_all_transport_configs ( ) : void
delete_transport_config ( string transport_configs ) : void
get_description ( string transport_configs ) : string[]
get_list ( ) : string[]
get_profile ( string transport_configs ) : iControl.LocalLBMessageRoutingTransportConfigTransportConfigProfile[][]
get_protocol ( string transport_configs ) : LocalLBMessageRoutingProtocol[]
get_rule ( string transport_configs ) : string[][]
get_source_address_translation_pool ( string transport_configs ) : string[]
get_source_address_translation_type ( string transport_configs ) : LocalLBMessageRoutingTransportConfigSourceAddressTranslationType[]
get_source_port ( string transport_configs ) : long[]
get_version ( ) : string
remove_all_profiles ( string transport_configs ) : void
remove_profile ( string transport_configs, string profiles ) : void
replace_rule ( string transport_configs, string rules, long priorities ) : void
set_description ( string transport_configs, string descriptions ) : void
set_source_address_translation_pool ( string transport_configs, string pools ) : void
set_source_address_translation_pool_with_type ( string transport_configs, string pools, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types ) : void
set_source_address_translation_type ( string transport_configs, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types ) : void
set_source_port ( string transport_configs, long ports ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public Beginreplace_rule ( string transport_configs, string rules, long priorities, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
rules string
priorities long
callback System
asyncState object
Результат System.IAsyncResult

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

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

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

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

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

public Beginset_source_address_translation_pool_with_type ( string transport_configs, string pools, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
pools string
types LocalLBMessageRoutingTransportConfigSourceAddressTranslationType
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_source_address_translation_type ( string transport_configs, LocalLBMessageRoutingTransportConfigSourceAddressTranslationType types, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
types LocalLBMessageRoutingTransportConfigSourceAddressTranslationType
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_source_port ( string transport_configs, long ports, System callback, object asyncState ) : System.IAsyncResult
transport_configs string
ports long
callback System
asyncState object
Результат System.IAsyncResult

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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