C# 클래스 iControl.ManagementRADIUSServer

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

공개 메소드들

메소드 설명
Begincreate ( ManagementRADIUSServerRADIUSServerDefinition 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_description ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_ip_or_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_secret ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_timeout ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string servers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_ip_or_hostname ( string servers, string ip_or_hostnames, System callback, object asyncState ) : System.IAsyncResult
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_secret ( string servers, string secrets, System callback, object asyncState ) : System.IAsyncResult
Beginset_timeout ( string servers, long timeouts, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_servers ( System asyncResult ) : void
Enddelete_server ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_ip_or_hostname ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_port ( System asyncResult ) : long[]
Endget_secret ( System asyncResult ) : string[]
Endget_timeout ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_ip_or_hostname ( System asyncResult ) : void
Endset_port ( System asyncResult ) : void
Endset_secret ( System asyncResult ) : void
Endset_timeout ( System asyncResult ) : void
ManagementRADIUSServer ( ) : System

비공개 메소드들

메소드 설명
create ( ManagementRADIUSServerRADIUSServerDefinition servers ) : void
delete_all_servers ( ) : void
delete_server ( string servers ) : void
get_description ( string servers ) : string[]
get_ip_or_hostname ( string servers ) : string[]
get_list ( ) : string[]
get_port ( string servers ) : long[]
get_secret ( string servers ) : string[]
get_timeout ( string servers ) : long[]
get_version ( ) : string
set_description ( string servers, string descriptions ) : void
set_ip_or_hostname ( string servers, string ip_or_hostnames ) : void
set_port ( string servers, long ports ) : void
set_secret ( string servers, string secrets ) : void
set_timeout ( string servers, long timeouts ) : void

메소드 상세

Begincreate() 공개 메소드

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

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

Beginget_ip_or_hostname() 공개 메소드

public Beginget_ip_or_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_secret() 공개 메소드

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

Beginget_timeout() 공개 메소드

public Beginget_timeout ( 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_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_ip_or_hostname() 공개 메소드

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

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

Beginset_timeout() 공개 메소드

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

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

Endget_ip_or_hostname() 공개 메소드

public Endget_ip_or_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_secret() 공개 메소드

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

Endget_timeout() 공개 메소드

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

Endget_version() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_ip_or_hostname() 공개 메소드

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

Endset_port() 공개 메소드

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

Endset_secret() 공개 메소드

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

Endset_timeout() 공개 메소드

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

ManagementRADIUSServer() 공개 메소드

public ManagementRADIUSServer ( ) : System
리턴 System