C# 클래스 iControl.ManagementCRLDPServer

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

공개 메소드들

메소드 설명
Begincreate ( ManagementCRLDPServerCRLDPServerDefinition servers, 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_base_dn ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_hostname ( string servers, 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_reverse_dn_state ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_base_dn ( string servers, string base_dns, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string servers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_hostname ( string servers, string hostnames, System callback, object asyncState ) : System.IAsyncResult
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_reverse_dn_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_servers ( System asyncResult ) : void
Enddelete_server ( System asyncResult ) : void
Endget_base_dn ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_hostname ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_port ( System asyncResult ) : long[]
Endget_reverse_dn_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endset_base_dn ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_hostname ( System asyncResult ) : void
Endset_port ( System asyncResult ) : void
Endset_reverse_dn_state ( System asyncResult ) : void
ManagementCRLDPServer ( ) : System

비공개 메소드들

메소드 설명
create ( ManagementCRLDPServerCRLDPServerDefinition servers ) : void
delete_all_servers ( ) : void
delete_server ( string servers ) : void
get_base_dn ( string servers ) : string[]
get_description ( string servers ) : string[]
get_hostname ( string servers ) : string[]
get_list ( ) : string[]
get_port ( string servers ) : long[]
get_reverse_dn_state ( string servers ) : CommonEnabledState[]
get_version ( ) : string
set_base_dn ( string servers, string base_dns ) : void
set_description ( string servers, string descriptions ) : void
set_hostname ( string servers, string hostnames ) : void
set_port ( string servers, long ports ) : void
set_reverse_dn_state ( string servers, CommonEnabledState states ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( ManagementCRLDPServerCRLDPServerDefinition servers, System callback, object asyncState ) : System.IAsyncResult
servers ManagementCRLDPServerCRLDPServerDefinition
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_base_dn() 공개 메소드

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

Beginget_description() 공개 메소드

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

Beginget_hostname() 공개 메소드

public Beginget_hostname ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
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_reverse_dn_state() 공개 메소드

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

Beginset_base_dn() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_hostname() 공개 메소드

public Beginset_hostname ( string servers, string hostnames, System callback, object asyncState ) : System.IAsyncResult
servers string
hostnames 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_reverse_dn_state() 공개 메소드

public Beginset_reverse_dn_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
servers string
states CommonEnabledState
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_base_dn() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_hostname() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_port() 공개 메소드

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

Endget_reverse_dn_state() 공개 메소드

public Endget_reverse_dn_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_version() 공개 메소드

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

Endset_base_dn() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_hostname() 공개 메소드

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

Endset_port() 공개 메소드

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

Endset_reverse_dn_state() 공개 메소드

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

ManagementCRLDPServer() 공개 메소드

public ManagementCRLDPServer ( ) : System
리턴 System