C# Class iControl.NetworkingARP

Inheritance: iControlInterface
Mostrar archivo Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Beginadd_static_entry ( NetworkingARPStaticEntry entries, System callback, object asyncState ) : System.IAsyncResult
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 ( NetworkingARPStaticEntry entries, System callback, object asyncState ) : System.IAsyncResult
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 ) : NetworkingARPARPStatistics
Endget_dynamic_ndp ( System asyncResult ) : NetworkingARPNDPStatistics
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

Private Methods

Method Description
add_static_entry ( NetworkingARPStaticEntry entries ) : void
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 ( NetworkingARPStaticEntry entries ) : void
delete_static_entry_v2 ( string entries ) : void
get_dynamic_arp ( string arp_addresses ) : NetworkingARPARPStatistics
get_dynamic_ndp ( string ndp_addresses ) : NetworkingARPNDPStatistics
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

Method Details

Beginadd_static_entry() public method

public Beginadd_static_entry ( NetworkingARPStaticEntry entries, System callback, object asyncState ) : System.IAsyncResult
entries NetworkingARPStaticEntry
callback System
asyncState object
return System.IAsyncResult

Begincreate_static_entry() public method

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
return System.IAsyncResult

Begindelete_all_dynamic_arps() public method

public Begindelete_all_dynamic_arps ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_dynamic_ndps() public method

public Begindelete_all_dynamic_ndps ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_static_entries() public method

public Begindelete_all_static_entries ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_static_entry() public method

public Begindelete_static_entry ( NetworkingARPStaticEntry entries, System callback, object asyncState ) : System.IAsyncResult
entries NetworkingARPStaticEntry
callback System
asyncState object
return System.IAsyncResult

Begindelete_static_entry_v2() public method

public Begindelete_static_entry_v2 ( string entries, System callback, object asyncState ) : System.IAsyncResult
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_dynamic_arp() public method

public Beginget_dynamic_arp ( string arp_addresses, System callback, object asyncState ) : System.IAsyncResult
arp_addresses string
callback System
asyncState object
return System.IAsyncResult

Beginget_dynamic_ndp() public method

public Beginget_dynamic_ndp ( string ndp_addresses, System callback, object asyncState ) : System.IAsyncResult
ndp_addresses string
callback System
asyncState object
return System.IAsyncResult

Beginget_static_entry() public method

public Beginget_static_entry ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_static_entry_address() public method

public Beginget_static_entry_address ( string entries, System callback, object asyncState ) : System.IAsyncResult
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_static_entry_description() public method

public Beginget_static_entry_description ( string entries, System callback, object asyncState ) : System.IAsyncResult
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_static_entry_list() public method

public Beginget_static_entry_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_static_entry_mac_address() public method

public Beginget_static_entry_mac_address ( string entries, System callback, object asyncState ) : System.IAsyncResult
entries string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginset_static_entry_description() public method

public Beginset_static_entry_description ( string entries, string descriptions, System callback, object asyncState ) : System.IAsyncResult
entries string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_static_entry_mac_address() public method

public Beginset_static_entry_mac_address ( string entries, string macs, System callback, object asyncState ) : System.IAsyncResult
entries string
macs string
callback System
asyncState object
return System.IAsyncResult

Endadd_static_entry() public method

public Endadd_static_entry ( System asyncResult ) : void
asyncResult System
return void

Endcreate_static_entry() public method

public Endcreate_static_entry ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_dynamic_arps() public method

public Enddelete_all_dynamic_arps ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_dynamic_ndps() public method

public Enddelete_all_dynamic_ndps ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_static_entries() public method

public Enddelete_all_static_entries ( System asyncResult ) : void
asyncResult System
return void

Enddelete_static_entry() public method

public Enddelete_static_entry ( System asyncResult ) : void
asyncResult System
return void

Enddelete_static_entry_v2() public method

public Enddelete_static_entry_v2 ( System asyncResult ) : void
asyncResult System
return void

Endget_dynamic_arp() public method

public Endget_dynamic_arp ( System asyncResult ) : NetworkingARPARPStatistics
asyncResult System
return NetworkingARPARPStatistics

Endget_dynamic_ndp() public method

public Endget_dynamic_ndp ( System asyncResult ) : NetworkingARPNDPStatistics
asyncResult System
return NetworkingARPNDPStatistics

Endget_static_entry() public method

public Endget_static_entry ( System asyncResult ) : iControl.NetworkingARPStaticEntry[]
asyncResult System
return iControl.NetworkingARPStaticEntry[]

Endget_static_entry_address() public method

public Endget_static_entry_address ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_static_entry_description() public method

public Endget_static_entry_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_static_entry_list() public method

public Endget_static_entry_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_static_entry_mac_address() public method

public Endget_static_entry_mac_address ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endset_static_entry_description() public method

public Endset_static_entry_description ( System asyncResult ) : void
asyncResult System
return void

Endset_static_entry_mac_address() public method

public Endset_static_entry_mac_address ( System asyncResult ) : void
asyncResult System
return void

NetworkingARP() public method

public NetworkingARP ( ) : System
return System