C# 클래스 iControl.NetworkingPortMirror

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

공개 메소드들

메소드 설명
Beginadd_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_port_mirrors ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_port_mirror ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult
Beginget_interface ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_interfaces ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult
Beginremove_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult
Endadd_interface ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_port_mirrors ( System asyncResult ) : void
Enddelete_port_mirror ( System asyncResult ) : void
Endget_interface ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endremove_all_interfaces ( System asyncResult ) : void
Endremove_interface ( System asyncResult ) : void
NetworkingPortMirror ( ) : System

비공개 메소드들

메소드 설명
add_interface ( string pmirrors, string interfaces ) : void
create ( string pmirrors, string interfaces ) : void
delete_all_port_mirrors ( ) : void
delete_port_mirror ( string pmirrors ) : void
get_interface ( string pmirrors ) : string[][]
get_list ( ) : string[]
get_version ( ) : string
remove_all_interfaces ( string pmirrors ) : void
remove_interface ( string pmirrors, string interfaces ) : void

메소드 상세

Beginadd_interface() 공개 메소드

public Beginadd_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult
pmirrors string
interfaces string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult
pmirrors string
interfaces string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_port_mirrors() 공개 메소드

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

Begindelete_port_mirror() 공개 메소드

public Begindelete_port_mirror ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult
pmirrors string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_interface() 공개 메소드

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

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

Beginremove_all_interfaces() 공개 메소드

public Beginremove_all_interfaces ( string pmirrors, System callback, object asyncState ) : System.IAsyncResult
pmirrors string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_interface() 공개 메소드

public Beginremove_interface ( string pmirrors, string interfaces, System callback, object asyncState ) : System.IAsyncResult
pmirrors string
interfaces string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_interface() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_port_mirrors() 공개 메소드

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

Enddelete_port_mirror() 공개 메소드

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

Endget_interface() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_interfaces() 공개 메소드

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

Endremove_interface() 공개 메소드

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

NetworkingPortMirror() 공개 메소드

public NetworkingPortMirror ( ) : System
리턴 System