C# 클래스 iControl.NetworkingARP

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginadd_static_entry() 공개 메소드

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

Begincreate_static_entry() 공개 메소드

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

Begindelete_all_dynamic_arps() 공개 메소드

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

Begindelete_all_dynamic_ndps() 공개 메소드

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

Begindelete_all_static_entries() 공개 메소드

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

Begindelete_static_entry() 공개 메소드

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

Begindelete_static_entry_v2() 공개 메소드

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

Beginget_dynamic_arp() 공개 메소드

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

Beginget_dynamic_ndp() 공개 메소드

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

Beginget_static_entry() 공개 메소드

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

Beginget_static_entry_address() 공개 메소드

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

Beginget_static_entry_description() 공개 메소드

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

Beginget_static_entry_list() 공개 메소드

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

Beginget_static_entry_mac_address() 공개 메소드

public Beginget_static_entry_mac_address ( string entries, System callback, object asyncState ) : System.IAsyncResult
entries 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_static_entry_description() 공개 메소드

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

Beginset_static_entry_mac_address() 공개 메소드

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

Endadd_static_entry() 공개 메소드

public Endadd_static_entry ( System asyncResult ) : void
asyncResult System
리턴 void

Endcreate_static_entry() 공개 메소드

public Endcreate_static_entry ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_dynamic_arps() 공개 메소드

public Enddelete_all_dynamic_arps ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_dynamic_ndps() 공개 메소드

public Enddelete_all_dynamic_ndps ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_static_entries() 공개 메소드

public Enddelete_all_static_entries ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_static_entry() 공개 메소드

public Enddelete_static_entry ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_static_entry_v2() 공개 메소드

public Enddelete_static_entry_v2 ( System asyncResult ) : void
asyncResult System
리턴 void

Endget_dynamic_arp() 공개 메소드

public Endget_dynamic_arp ( System asyncResult ) : NetworkingARPARPStatistics
asyncResult System
리턴 NetworkingARPARPStatistics

Endget_dynamic_ndp() 공개 메소드

public Endget_dynamic_ndp ( System asyncResult ) : NetworkingARPNDPStatistics
asyncResult System
리턴 NetworkingARPNDPStatistics

Endget_static_entry() 공개 메소드

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

Endget_static_entry_address() 공개 메소드

public Endget_static_entry_address ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_static_entry_description() 공개 메소드

public Endget_static_entry_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_static_entry_list() 공개 메소드

public Endget_static_entry_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_static_entry_mac_address() 공개 메소드

public Endget_static_entry_mac_address ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endset_static_entry_description() 공개 메소드

public Endset_static_entry_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_static_entry_mac_address() 공개 메소드

public Endset_static_entry_mac_address ( System asyncResult ) : void
asyncResult System
리턴 void

NetworkingARP() 공개 메소드

public NetworkingARP ( ) : System
리턴 System