Method | Description | |
---|---|---|
Begincreate ( string translation_addresses, string addresses, string traffic_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_translation_addresses ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_translation_address ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_address ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_arp_state ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_connection_limit ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ip_timeout ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_tcp_timeout ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_traffic_group ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_udp_timeout ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_traffic_group_inherited ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_arp_state ( string translation_addresses, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_connection_limit ( string translation_addresses, long limits, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string translation_addresses, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string translation_addresses, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ip_timeout ( string translation_addresses, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_tcp_timeout ( string translation_addresses, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_traffic_group ( string translation_addresses, string traffic_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_udp_timeout ( string translation_addresses, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_translation_addresses ( System asyncResult ) : void | ||
Enddelete_translation_address ( System asyncResult ) : void | ||
Endget_address ( System asyncResult ) : string[] | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_arp_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_connection_limit ( System asyncResult ) : long[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_ip_timeout ( System asyncResult ) : long[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_tcp_timeout ( System asyncResult ) : long[] | ||
Endget_traffic_group ( System asyncResult ) : string[] | ||
Endget_udp_timeout ( System asyncResult ) : long[] | ||
Endget_version ( System asyncResult ) : string | ||
Endis_traffic_group_inherited ( System asyncResult ) : bool[] | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_arp_state ( System asyncResult ) : void | ||
Endset_connection_limit ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_ip_timeout ( System asyncResult ) : void | ||
Endset_tcp_timeout ( System asyncResult ) : void | ||
Endset_traffic_group ( System asyncResult ) : void | ||
Endset_udp_timeout ( System asyncResult ) : void | ||
LocalLBSNATTranslationAddressV2 ( ) : System |
Method | Description | |
---|---|---|
create ( string translation_addresses, string addresses, string traffic_groups ) : void | ||
delete_all_translation_addresses ( ) : void | ||
delete_translation_address ( string translation_addresses ) : void | ||
get_address ( string translation_addresses ) : string[] | ||
get_all_statistics ( ) : |
||
get_arp_state ( string translation_addresses ) : CommonEnabledState[] | ||
get_connection_limit ( string translation_addresses ) : long[] | ||
get_description ( string translation_addresses ) : string[] | ||
get_enabled_state ( string translation_addresses ) : CommonEnabledState[] | ||
get_ip_timeout ( string translation_addresses ) : long[] | ||
get_list ( ) : string[] | ||
get_statistics ( string translation_addresses ) : |
||
get_tcp_timeout ( string translation_addresses ) : long[] | ||
get_traffic_group ( string translation_addresses ) : string[] | ||
get_udp_timeout ( string translation_addresses ) : long[] | ||
get_version ( ) : string | ||
is_traffic_group_inherited ( string translation_addresses ) : bool[] | ||
reset_statistics ( string translation_addresses ) : void | ||
set_arp_state ( string translation_addresses, CommonEnabledState states ) : void | ||
set_connection_limit ( string translation_addresses, long limits ) : void | ||
set_description ( string translation_addresses, string descriptions ) : void | ||
set_enabled_state ( string translation_addresses, CommonEnabledState states ) : void | ||
set_ip_timeout ( string translation_addresses, long timeouts ) : void | ||
set_tcp_timeout ( string translation_addresses, long timeouts ) : void | ||
set_traffic_group ( string translation_addresses, string traffic_groups ) : void | ||
set_udp_timeout ( string translation_addresses, long timeouts ) : void |
public Begincreate ( string translation_addresses, string addresses, string traffic_groups, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
addresses | string | |
traffic_groups | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_translation_addresses ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_translation_address ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_address ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_arp_state ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_connection_limit ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_ip_timeout ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_statistics ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_tcp_timeout ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_traffic_group ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_udp_timeout ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginis_traffic_group_inherited ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreset_statistics ( string translation_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_arp_state ( string translation_addresses, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_connection_limit ( string translation_addresses, long limits, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
limits | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string translation_addresses, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string translation_addresses, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_ip_timeout ( string translation_addresses, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
timeouts | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_tcp_timeout ( string translation_addresses, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
timeouts | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_traffic_group ( string translation_addresses, string traffic_groups, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
traffic_groups | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_udp_timeout ( string translation_addresses, long timeouts, System callback, object asyncState ) : System.IAsyncResult | ||
translation_addresses | string | |
timeouts | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_translation_addresses ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_translation_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_arp_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_connection_limit ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_ip_timeout ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_tcp_timeout ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_traffic_group ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_udp_timeout ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endis_traffic_group_inherited ( System asyncResult ) : bool[] | ||
asyncResult | System | |
return | bool[] |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_arp_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_connection_limit ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_ip_timeout ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_tcp_timeout ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_traffic_group ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_udp_timeout ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public LocalLBSNATTranslationAddressV2 ( ) : System | ||
return | System |