C# 클래스 iControl.SystemInet

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginget_dns_server_address() 공개 메소드

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

Beginget_hostname() 공개 메소드

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

Beginget_ntp_server_address() 공개 메소드

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

Beginhostname_to_ip() 공개 메소드

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

Beginip_to_hostname() 공개 메소드

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

Beginservice_name_to_service_number() 공개 메소드

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

Beginservice_number_to_service_name() 공개 메소드

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

Beginset_hostname() 공개 메소드

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

Beginset_ntp_server_address() 공개 메소드

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

Endget_dns_server_address() 공개 메소드

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

Endget_hostname() 공개 메소드

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

Endget_ntp_server_address() 공개 메소드

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

Endget_version() 공개 메소드

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

Endhostname_to_ip() 공개 메소드

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

Endip_to_hostname() 공개 메소드

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

Endservice_name_to_service_number() 공개 메소드

public Endservice_name_to_service_number ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endservice_number_to_service_name() 공개 메소드

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

Endset_hostname() 공개 메소드

public Endset_hostname ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_ntp_server_address() 공개 메소드

public Endset_ntp_server_address ( System asyncResult ) : void
asyncResult System
리턴 void

SystemInet() 공개 메소드

public SystemInet ( ) : System
리턴 System