C# Class iControl.SystemInternal

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Beginget_methods ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginmap_uri() public méthode

public Beginmap_uri ( string target_tags, System callback, object asyncState ) : System.IAsyncResult
target_tags string
callback System
asyncState object
Résultat System.IAsyncResult

Begintest_connection() public méthode

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

Begintest_connection_with_proxy() public méthode

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
Résultat System.IAsyncResult

Endget_methods() public méthode

public Endget_methods ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endmap_uri() public méthode

public Endmap_uri ( System asyncResult ) : iControl.SystemInternalURI[]
asyncResult System
Résultat iControl.SystemInternalURI[]

Endtest_connection() public méthode

public Endtest_connection ( System asyncResult ) : bool
asyncResult System
Résultat bool

Endtest_connection_with_proxy() public méthode

public Endtest_connection_with_proxy ( System asyncResult ) : bool
asyncResult System
Résultat bool

SystemInternal() public méthode

public SystemInternal ( ) : System
Résultat System