C# Class iControl.SystemInet

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

Méthodes publiques

Méthode Description
Beginget_dns_server_address ( System callback, object asyncState ) : System.IAsyncResult
Beginget_hostname ( System callback, object asyncState ) : System.IAsyncResult
Beginget_ntp_server_address ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginhostname_to_ip ( string hostnames, System callback, object asyncState ) : System.IAsyncResult
Beginip_to_hostname ( string ip_addresses, System callback, object asyncState ) : System.IAsyncResult
Beginservice_name_to_service_number ( string service_names, System callback, object asyncState ) : System.IAsyncResult
Beginservice_number_to_service_name ( long services, System callback, object asyncState ) : System.IAsyncResult
Beginset_hostname ( string hostname, System callback, object asyncState ) : System.IAsyncResult
Beginset_ntp_server_address ( string ntp_addresses, System callback, object asyncState ) : System.IAsyncResult
Endget_dns_server_address ( System asyncResult ) : string[]
Endget_hostname ( System asyncResult ) : string
Endget_ntp_server_address ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endhostname_to_ip ( System asyncResult ) : string[]
Endip_to_hostname ( System asyncResult ) : string[]
Endservice_name_to_service_number ( System asyncResult ) : long[]
Endservice_number_to_service_name ( System asyncResult ) : string[]
Endset_hostname ( System asyncResult ) : void
Endset_ntp_server_address ( System asyncResult ) : void
SystemInet ( ) : System

Private Methods

Méthode Description
get_dns_server_address ( ) : string[]
get_hostname ( ) : string
get_ntp_server_address ( ) : string[]
get_version ( ) : string
hostname_to_ip ( string hostnames ) : string[]
ip_to_hostname ( string ip_addresses ) : string[]
service_name_to_service_number ( string service_names ) : long[]
service_number_to_service_name ( long services ) : string[]
set_hostname ( string hostname ) : void
set_ntp_server_address ( string ntp_addresses ) : void

Method Details

Beginget_dns_server_address() public méthode

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

Beginget_hostname() public méthode

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

Beginget_ntp_server_address() public méthode

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

Beginhostname_to_ip() public méthode

public Beginhostname_to_ip ( string hostnames, System callback, object asyncState ) : System.IAsyncResult
hostnames string
callback System
asyncState object
Résultat System.IAsyncResult

Beginip_to_hostname() public méthode

public Beginip_to_hostname ( string ip_addresses, System callback, object asyncState ) : System.IAsyncResult
ip_addresses string
callback System
asyncState object
Résultat System.IAsyncResult

Beginservice_name_to_service_number() public méthode

public Beginservice_name_to_service_number ( string service_names, System callback, object asyncState ) : System.IAsyncResult
service_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginservice_number_to_service_name() public méthode

public Beginservice_number_to_service_name ( long services, System callback, object asyncState ) : System.IAsyncResult
services long
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_hostname() public méthode

public Beginset_hostname ( string hostname, System callback, object asyncState ) : System.IAsyncResult
hostname string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_ntp_server_address() public méthode

public Beginset_ntp_server_address ( string ntp_addresses, System callback, object asyncState ) : System.IAsyncResult
ntp_addresses string
callback System
asyncState object
Résultat System.IAsyncResult

Endget_dns_server_address() public méthode

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

Endget_hostname() public méthode

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

Endget_ntp_server_address() public méthode

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

Endget_version() public méthode

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

Endhostname_to_ip() public méthode

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

Endip_to_hostname() public méthode

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

Endservice_name_to_service_number() public méthode

public Endservice_name_to_service_number ( System asyncResult ) : long[]
asyncResult System
Résultat long[]

Endservice_number_to_service_name() public méthode

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

Endset_hostname() public méthode

public Endset_hostname ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_ntp_server_address() public méthode

public Endset_ntp_server_address ( System asyncResult ) : void
asyncResult System
Résultat void

SystemInet() public méthode

public SystemInet ( ) : System
Résultat System