C# 클래스 iControl.LocalLBDNSServer

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

공개 메소드들

메소드 설명
Begincreate ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_address ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_port ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_route_domain ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_tsig_key ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginset_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_route_domain ( string servers, string domains, System callback, object asyncState ) : System.IAsyncResult
Beginset_tsig_key ( string servers, string keys, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_servers ( System asyncResult ) : void
Enddelete_server ( System asyncResult ) : void
Endget_address ( System asyncResult ) : string[]
Endget_all_statistics ( System asyncResult ) : LocalLBDNSServerDNSServerStatistics
Endget_list ( System asyncResult ) : string[]
Endget_port ( System asyncResult ) : long[]
Endget_route_domain ( System asyncResult ) : string[]
Endget_statistics ( System asyncResult ) : LocalLBDNSServerDNSServerStatistics
Endget_tsig_key ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endreset_statistics ( System asyncResult ) : void
Endset_address ( System asyncResult ) : void
Endset_port ( System asyncResult ) : void
Endset_route_domain ( System asyncResult ) : void
Endset_tsig_key ( System asyncResult ) : void
LocalLBDNSServer ( ) : System

비공개 메소드들

메소드 설명
create ( string servers, string addresses ) : void
delete_all_servers ( ) : void
delete_server ( string servers ) : void
get_address ( string servers ) : string[]
get_all_statistics ( ) : LocalLBDNSServerDNSServerStatistics
get_list ( ) : string[]
get_port ( string servers ) : long[]
get_route_domain ( string servers ) : string[]
get_statistics ( string servers ) : LocalLBDNSServerDNSServerStatistics
get_tsig_key ( string servers ) : string[]
get_version ( ) : string
reset_statistics ( string servers ) : void
set_address ( string servers, string addresses ) : void
set_port ( string servers, long ports ) : void
set_route_domain ( string servers, string domains ) : void
set_tsig_key ( string servers, string keys ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
servers string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_servers() 공개 메소드

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

Begindelete_server() 공개 메소드

public Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_address() 공개 메소드

public Beginget_address ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_all_statistics() 공개 메소드

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

Beginget_list() 공개 메소드

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

Beginget_port() 공개 메소드

public Beginget_port ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_route_domain() 공개 메소드

public Beginget_route_domain ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

public Beginget_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_tsig_key() 공개 메소드

public Beginget_tsig_key ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginreset_statistics() 공개 메소드

public Beginreset_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_address() 공개 메소드

public Beginset_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
servers string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_port() 공개 메소드

public Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult
servers string
ports long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_route_domain() 공개 메소드

public Beginset_route_domain ( string servers, string domains, System callback, object asyncState ) : System.IAsyncResult
servers string
domains string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_tsig_key() 공개 메소드

public Beginset_tsig_key ( string servers, string keys, System callback, object asyncState ) : System.IAsyncResult
servers string
keys string
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_servers() 공개 메소드

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

Enddelete_server() 공개 메소드

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

Endget_address() 공개 메소드

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

Endget_all_statistics() 공개 메소드

public Endget_all_statistics ( System asyncResult ) : LocalLBDNSServerDNSServerStatistics
asyncResult System
리턴 LocalLBDNSServerDNSServerStatistics

Endget_list() 공개 메소드

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

Endget_port() 공개 메소드

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

Endget_route_domain() 공개 메소드

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

Endget_statistics() 공개 메소드

public Endget_statistics ( System asyncResult ) : LocalLBDNSServerDNSServerStatistics
asyncResult System
리턴 LocalLBDNSServerDNSServerStatistics

Endget_tsig_key() 공개 메소드

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

Endget_version() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_address() 공개 메소드

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

Endset_port() 공개 메소드

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

Endset_route_domain() 공개 메소드

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

Endset_tsig_key() 공개 메소드

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

LocalLBDNSServer() 공개 메소드

public LocalLBDNSServer ( ) : System
리턴 System