C# 클래스 iControl.SystemInternal

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

공개 메소드들

메소드 설명
Beginget_methods ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginmap_uri ( string target_tags, System callback, object asyncState ) : System.IAsyncResult
Begintest_connection ( string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult
Begintest_connection_with_proxy ( string addresses, long ports, string proxy_addresses, long proxy_ports, System callback, object asyncState ) : System.IAsyncResult
Endget_methods ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endmap_uri ( System asyncResult ) : iControl.SystemInternalURI[]
Endtest_connection ( System asyncResult ) : bool
Endtest_connection_with_proxy ( System asyncResult ) : bool
SystemInternal ( ) : System

비공개 메소드들

메소드 설명
get_methods ( ) : string[]
get_version ( ) : string
map_uri ( string target_tags ) : iControl.SystemInternalURI[]
test_connection ( string addresses, long ports ) : bool
test_connection_with_proxy ( string addresses, long ports, string proxy_addresses, long proxy_ports ) : bool

메소드 상세

Beginget_methods() 공개 메소드

public Beginget_methods ( 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

Beginmap_uri() 공개 메소드

public Beginmap_uri ( string target_tags, System callback, object asyncState ) : System.IAsyncResult
target_tags string
callback System
asyncState object
리턴 System.IAsyncResult

Begintest_connection() 공개 메소드

public Begintest_connection ( string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult
addresses string
ports long
callback System
asyncState object
리턴 System.IAsyncResult

Begintest_connection_with_proxy() 공개 메소드

public Begintest_connection_with_proxy ( string addresses, long ports, string proxy_addresses, long proxy_ports, System callback, object asyncState ) : System.IAsyncResult
addresses string
ports long
proxy_addresses string
proxy_ports long
callback System
asyncState object
리턴 System.IAsyncResult

Endget_methods() 공개 메소드

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

Endget_version() 공개 메소드

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

Endmap_uri() 공개 메소드

public Endmap_uri ( System asyncResult ) : iControl.SystemInternalURI[]
asyncResult System
리턴 iControl.SystemInternalURI[]

Endtest_connection() 공개 메소드

public Endtest_connection ( System asyncResult ) : bool
asyncResult System
리턴 bool

Endtest_connection_with_proxy() 공개 메소드

public Endtest_connection_with_proxy ( System asyncResult ) : bool
asyncResult System
리턴 bool

SystemInternal() 공개 메소드

public SystemInternal ( ) : System
리턴 System