C# Класс iControl.PEMForwardingEndpoint

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

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

Метод Описание
Begincreate ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_forwarding_endpoints ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_forwarding_endpoint ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_forwarding_endpoint_type ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_lsn_pool ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_persistence_type ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_snat_pool ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_port_behavior ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_translate_address_state ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_translate_service_state ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_forwarding_endpoint_type ( string endpoints, PEMForwardingEndpointForwardingEndpointType values, System callback, object asyncState ) : System.IAsyncResult
Beginset_lsn_pool ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_persistence_type ( string endpoints, PEMPersistenceType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_pool ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_snat_pool ( string endpoints, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_port_behavior ( string endpoints, CommonSourcePortBehavior behaviors, System callback, object asyncState ) : System.IAsyncResult
Beginset_translate_address_state ( string endpoints, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_translate_service_state ( string endpoints, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_forwarding_endpoints ( System asyncResult ) : void
Enddelete_forwarding_endpoint ( System asyncResult ) : void
Endget_forwarding_endpoint_type ( System asyncResult ) : PEMForwardingEndpointForwardingEndpointType[]
Endget_list ( System asyncResult ) : string[]
Endget_lsn_pool ( System asyncResult ) : string[]
Endget_persistence_type ( System asyncResult ) : PEMPersistenceType[]
Endget_pool ( System asyncResult ) : string[]
Endget_snat_pool ( System asyncResult ) : string[]
Endget_source_port_behavior ( System asyncResult ) : CommonSourcePortBehavior[]
Endget_translate_address_state ( System asyncResult ) : CommonEnabledState[]
Endget_translate_service_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endset_forwarding_endpoint_type ( System asyncResult ) : void
Endset_lsn_pool ( System asyncResult ) : void
Endset_persistence_type ( System asyncResult ) : void
Endset_pool ( System asyncResult ) : void
Endset_snat_pool ( System asyncResult ) : void
Endset_source_port_behavior ( System asyncResult ) : void
Endset_translate_address_state ( System asyncResult ) : void
Endset_translate_service_state ( System asyncResult ) : void
PEMForwardingEndpoint ( ) : System

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

Метод Описание
create ( string endpoints, string pools ) : void
delete_all_forwarding_endpoints ( ) : void
delete_forwarding_endpoint ( string endpoints ) : void
get_forwarding_endpoint_type ( string endpoints ) : PEMForwardingEndpointForwardingEndpointType[]
get_list ( ) : string[]
get_lsn_pool ( string endpoints ) : string[]
get_persistence_type ( string endpoints ) : PEMPersistenceType[]
get_pool ( string endpoints ) : string[]
get_snat_pool ( string endpoints ) : string[]
get_source_port_behavior ( string endpoints ) : CommonSourcePortBehavior[]
get_translate_address_state ( string endpoints ) : CommonEnabledState[]
get_translate_service_state ( string endpoints ) : CommonEnabledState[]
get_version ( ) : string
set_forwarding_endpoint_type ( string endpoints, PEMForwardingEndpointForwardingEndpointType values ) : void
set_lsn_pool ( string endpoints, string pools ) : void
set_persistence_type ( string endpoints, PEMPersistenceType types ) : void
set_pool ( string endpoints, string pools ) : void
set_snat_pool ( string endpoints, string pools ) : void
set_source_port_behavior ( string endpoints, CommonSourcePortBehavior behaviors ) : void
set_translate_address_state ( string endpoints, CommonEnabledState states ) : void
set_translate_service_state ( string endpoints, CommonEnabledState states ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public Beginset_forwarding_endpoint_type ( string endpoints, PEMForwardingEndpointForwardingEndpointType values, System callback, object asyncState ) : System.IAsyncResult
endpoints string
values PEMForwardingEndpointForwardingEndpointType
callback System
asyncState object
Результат System.IAsyncResult

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

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

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

public Beginset_persistence_type ( string endpoints, PEMPersistenceType types, System callback, object asyncState ) : System.IAsyncResult
endpoints string
types PEMPersistenceType
callback System
asyncState object
Результат System.IAsyncResult

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

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

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

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

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

public Beginset_source_port_behavior ( string endpoints, CommonSourcePortBehavior behaviors, System callback, object asyncState ) : System.IAsyncResult
endpoints string
behaviors CommonSourcePortBehavior
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_translate_address_state ( string endpoints, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
endpoints string
states CommonEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginset_translate_service_state ( string endpoints, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
endpoints string
states CommonEnabledState
callback System
asyncState object
Результат System.IAsyncResult

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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