C# Class iControl.SystemInternal

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Beginget_methods() public method

public Beginget_methods ( System callback, object asyncState ) : System.IAsyncResult
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

Beginmap_uri() public method

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

Begintest_connection() public method

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

Begintest_connection_with_proxy() public method

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

Endget_methods() public method

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

Endget_version() public method

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

Endmap_uri() public method

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

Endtest_connection() public method

public Endtest_connection ( System asyncResult ) : bool
asyncResult System
return bool

Endtest_connection_with_proxy() public method

public Endtest_connection_with_proxy ( System asyncResult ) : bool
asyncResult System
return bool

SystemInternal() public method

public SystemInternal ( ) : System
return System