C# Class iControl.SystemInet

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

Public Methods

Method 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

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

public Beginget_dns_server_address ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_hostname() public method

public Beginget_hostname ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_ntp_server_address() public method

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

Beginhostname_to_ip() public method

public Beginhostname_to_ip ( string hostnames, System callback, object asyncState ) : System.IAsyncResult
hostnames string
callback System
asyncState object
return System.IAsyncResult

Beginip_to_hostname() public method

public Beginip_to_hostname ( string ip_addresses, System callback, object asyncState ) : System.IAsyncResult
ip_addresses string
callback System
asyncState object
return System.IAsyncResult

Beginservice_name_to_service_number() public method

public Beginservice_name_to_service_number ( string service_names, System callback, object asyncState ) : System.IAsyncResult
service_names string
callback System
asyncState object
return System.IAsyncResult

Beginservice_number_to_service_name() public method

public Beginservice_number_to_service_name ( long services, System callback, object asyncState ) : System.IAsyncResult
services long
callback System
asyncState object
return System.IAsyncResult

Beginset_hostname() public method

public Beginset_hostname ( string hostname, System callback, object asyncState ) : System.IAsyncResult
hostname string
callback System
asyncState object
return System.IAsyncResult

Beginset_ntp_server_address() public method

public Beginset_ntp_server_address ( string ntp_addresses, System callback, object asyncState ) : System.IAsyncResult
ntp_addresses string
callback System
asyncState object
return System.IAsyncResult

Endget_dns_server_address() public method

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

Endget_hostname() public method

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

Endget_ntp_server_address() public method

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

Endget_version() public method

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

Endhostname_to_ip() public method

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

Endip_to_hostname() public method

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

Endservice_name_to_service_number() public method

public Endservice_name_to_service_number ( System asyncResult ) : long[]
asyncResult System
return long[]

Endservice_number_to_service_name() public method

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

Endset_hostname() public method

public Endset_hostname ( System asyncResult ) : void
asyncResult System
return void

Endset_ntp_server_address() public method

public Endset_ntp_server_address ( System asyncResult ) : void
asyncResult System
return void

SystemInet() public method

public SystemInet ( ) : System
return System