Метод | Описание | |
---|---|---|
Beginadd_static_entry ( |
||
Begincreate_static_entry ( string entries, string addresses, string macs, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_dynamic_arps ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_dynamic_ndps ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_static_entries ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_static_entry ( |
||
Begindelete_static_entry_v2 ( string entries, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_dynamic_arp ( string arp_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_dynamic_ndp ( string ndp_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_static_entry ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_static_entry_address ( string entries, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_static_entry_description ( string entries, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_static_entry_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_static_entry_mac_address ( string entries, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_static_entry_description ( string entries, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_static_entry_mac_address ( string entries, string macs, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_static_entry ( System asyncResult ) : void | ||
Endcreate_static_entry ( System asyncResult ) : void | ||
Enddelete_all_dynamic_arps ( System asyncResult ) : void | ||
Enddelete_all_dynamic_ndps ( System asyncResult ) : void | ||
Enddelete_all_static_entries ( System asyncResult ) : void | ||
Enddelete_static_entry ( System asyncResult ) : void | ||
Enddelete_static_entry_v2 ( System asyncResult ) : void | ||
Endget_dynamic_arp ( System asyncResult ) : |
||
Endget_dynamic_ndp ( System asyncResult ) : |
||
Endget_static_entry ( System asyncResult ) : iControl.NetworkingARPStaticEntry[] | ||
Endget_static_entry_address ( System asyncResult ) : string[] | ||
Endget_static_entry_description ( System asyncResult ) : string[] | ||
Endget_static_entry_list ( System asyncResult ) : string[] | ||
Endget_static_entry_mac_address ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_static_entry_description ( System asyncResult ) : void | ||
Endset_static_entry_mac_address ( System asyncResult ) : void | ||
NetworkingARP ( ) : System |
Метод | Описание | |
---|---|---|
add_static_entry ( |
||
create_static_entry ( string entries, string addresses, string macs ) : void | ||
delete_all_dynamic_arps ( ) : void | ||
delete_all_dynamic_ndps ( ) : void | ||
delete_all_static_entries ( ) : void | ||
delete_static_entry ( |
||
delete_static_entry_v2 ( string entries ) : void | ||
get_dynamic_arp ( string arp_addresses ) : |
||
get_dynamic_ndp ( string ndp_addresses ) : |
||
get_static_entry ( ) : iControl.NetworkingARPStaticEntry[] | ||
get_static_entry_address ( string entries ) : string[] | ||
get_static_entry_description ( string entries ) : string[] | ||
get_static_entry_list ( ) : string[] | ||
get_static_entry_mac_address ( string entries ) : string[] | ||
get_version ( ) : string | ||
set_static_entry_description ( string entries, string descriptions ) : void | ||
set_static_entry_mac_address ( string entries, string macs ) : void |
public Beginadd_static_entry ( |
||
entries | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begincreate_static_entry ( string entries, string addresses, string macs, System callback, object asyncState ) : System.IAsyncResult | ||
entries | string | |
addresses | string | |
macs | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_all_dynamic_arps ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_all_dynamic_ndps ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_all_static_entries ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_static_entry ( |
||
entries | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Begindelete_static_entry_v2 ( string entries, System callback, object asyncState ) : System.IAsyncResult | ||
entries | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_dynamic_arp ( string arp_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
arp_addresses | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_dynamic_ndp ( string ndp_addresses, System callback, object asyncState ) : System.IAsyncResult | ||
ndp_addresses | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_static_entry ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_static_entry_address ( string entries, System callback, object asyncState ) : System.IAsyncResult | ||
entries | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_static_entry_description ( string entries, System callback, object asyncState ) : System.IAsyncResult | ||
entries | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_static_entry_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_static_entry_mac_address ( string entries, System callback, object asyncState ) : System.IAsyncResult | ||
entries | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_static_entry_description ( string entries, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
entries | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_static_entry_mac_address ( string entries, string macs, System callback, object asyncState ) : System.IAsyncResult | ||
entries | string | |
macs | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Endadd_static_entry ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endcreate_static_entry ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_all_dynamic_arps ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_all_dynamic_ndps ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_all_static_entries ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_static_entry ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Enddelete_static_entry_v2 ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endget_dynamic_arp ( System asyncResult ) : |
||
asyncResult | System | |
Результат |
public Endget_dynamic_ndp ( System asyncResult ) : |
||
asyncResult | System | |
Результат |
public Endget_static_entry ( System asyncResult ) : iControl.NetworkingARPStaticEntry[] | ||
asyncResult | System | |
Результат | iControl.NetworkingARPStaticEntry[] |
public Endget_static_entry_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_static_entry_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_static_entry_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_static_entry_mac_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Результат | string |
public Endset_static_entry_description ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_static_entry_mac_address ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |