C# 클래스 iControl.SystemCryptoClient

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet

공개 메소드들

메소드 설명
Beginadd_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string clients, string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_clients ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_client ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_heartbeat_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_retries ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_profile ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_request_timeout ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_retry_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_server_address ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_server_port ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_profiles ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginremove_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginreset_connection ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string clients, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string clients, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_heartbeat_interval ( string clients, long intervals, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_retries ( string clients, long retries, System callback, object asyncState ) : System.IAsyncResult
Beginset_request_timeout ( string clients, long timeouts, System callback, object asyncState ) : System.IAsyncResult
Beginset_retry_interval ( string clients, long intervals, System callback, object asyncState ) : System.IAsyncResult
Beginset_server_address ( string clients, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_server_port ( string clients, long ports, System callback, object asyncState ) : System.IAsyncResult
Endadd_profile ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_clients ( System asyncResult ) : void
Enddelete_client ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : SystemCryptoClientCryptoClientStatistics
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_heartbeat_interval ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_maximum_retries ( System asyncResult ) : long[]
Endget_profile ( System asyncResult ) : iControl.SystemSystemProfileAttribute[][]
Endget_request_timeout ( System asyncResult ) : long[]
Endget_retry_interval ( System asyncResult ) : long[]
Endget_server_address ( System asyncResult ) : string[]
Endget_server_port ( System asyncResult ) : long[]
Endget_statistics ( System asyncResult ) : SystemCryptoClientCryptoClientStatistics
Endget_version ( System asyncResult ) : string
Endremove_all_profiles ( System asyncResult ) : void
Endremove_profile ( System asyncResult ) : void
Endreset_connection ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_heartbeat_interval ( System asyncResult ) : void
Endset_maximum_retries ( System asyncResult ) : void
Endset_request_timeout ( System asyncResult ) : void
Endset_retry_interval ( System asyncResult ) : void
Endset_server_address ( System asyncResult ) : void
Endset_server_port ( System asyncResult ) : void
SystemCryptoClient ( ) : System

비공개 메소드들

메소드 설명
add_profile ( string clients, string profiles ) : void
create ( string clients, string addresses, long ports ) : void
delete_all_clients ( ) : void
delete_client ( string clients ) : void
get_all_statistics ( ) : SystemCryptoClientCryptoClientStatistics
get_enabled_state ( string clients ) : CommonEnabledState[]
get_heartbeat_interval ( string clients ) : long[]
get_list ( ) : string[]
get_maximum_retries ( string clients ) : long[]
get_profile ( string clients ) : iControl.SystemSystemProfileAttribute[][]
get_request_timeout ( string clients ) : long[]
get_retry_interval ( string clients ) : long[]
get_server_address ( string clients ) : string[]
get_server_port ( string clients ) : long[]
get_statistics ( string clients ) : SystemCryptoClientCryptoClientStatistics
get_version ( ) : string
remove_all_profiles ( string clients ) : void
remove_profile ( string clients, string profiles ) : void
reset_connection ( string clients ) : void
reset_statistics ( string clients ) : void
set_enabled_state ( string clients, CommonEnabledState states ) : void
set_heartbeat_interval ( string clients, long intervals ) : void
set_maximum_retries ( string clients, long retries ) : void
set_request_timeout ( string clients, long timeouts ) : void
set_retry_interval ( string clients, long intervals ) : void
set_server_address ( string clients, string addresses ) : void
set_server_port ( string clients, long ports ) : void

메소드 상세

Beginadd_profile() 공개 메소드

public Beginadd_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult
clients string
profiles string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_clients() 공개 메소드

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

Begindelete_client() 공개 메소드

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

public Beginget_enabled_state ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_heartbeat_interval() 공개 메소드

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

public Beginget_maximum_retries ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_profile() 공개 메소드

public Beginget_profile ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_request_timeout() 공개 메소드

public Beginget_request_timeout ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_retry_interval() 공개 메소드

public Beginget_retry_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_server_address() 공개 메소드

public Beginget_server_address ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_server_port() 공개 메소드

public Beginget_server_port ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

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

Beginget_version() 공개 메소드

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

Beginremove_all_profiles() 공개 메소드

public Beginremove_all_profiles ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_profile() 공개 메소드

public Beginremove_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult
clients string
profiles string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_connection() 공개 메소드

public Beginreset_connection ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

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

Beginset_enabled_state() 공개 메소드

public Beginset_enabled_state ( string clients, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
clients string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_heartbeat_interval() 공개 메소드

public Beginset_heartbeat_interval ( string clients, long intervals, System callback, object asyncState ) : System.IAsyncResult
clients string
intervals long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_retries() 공개 메소드

public Beginset_maximum_retries ( string clients, long retries, System callback, object asyncState ) : System.IAsyncResult
clients string
retries long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_request_timeout() 공개 메소드

public Beginset_request_timeout ( string clients, long timeouts, System callback, object asyncState ) : System.IAsyncResult
clients string
timeouts long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_retry_interval() 공개 메소드

public Beginset_retry_interval ( string clients, long intervals, System callback, object asyncState ) : System.IAsyncResult
clients string
intervals long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_server_address() 공개 메소드

public Beginset_server_address ( string clients, string addresses, System callback, object asyncState ) : System.IAsyncResult
clients string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_server_port() 공개 메소드

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

Endadd_profile() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_clients() 공개 메소드

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

Enddelete_client() 공개 메소드

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

Endget_all_statistics() 공개 메소드

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

Endget_enabled_state() 공개 메소드

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

Endget_heartbeat_interval() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_maximum_retries() 공개 메소드

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

Endget_profile() 공개 메소드

public Endget_profile ( System asyncResult ) : iControl.SystemSystemProfileAttribute[][]
asyncResult System
리턴 iControl.SystemSystemProfileAttribute[][]

Endget_request_timeout() 공개 메소드

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

Endget_retry_interval() 공개 메소드

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

Endget_server_address() 공개 메소드

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

Endget_server_port() 공개 메소드

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

Endget_statistics() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_profiles() 공개 메소드

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

Endremove_profile() 공개 메소드

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

Endreset_connection() 공개 메소드

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

Endreset_statistics() 공개 메소드

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

Endset_enabled_state() 공개 메소드

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

Endset_heartbeat_interval() 공개 메소드

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

Endset_maximum_retries() 공개 메소드

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

Endset_request_timeout() 공개 메소드

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

Endset_retry_interval() 공개 메소드

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

Endset_server_address() 공개 메소드

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

Endset_server_port() 공개 메소드

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

SystemCryptoClient() 공개 메소드

public SystemCryptoClient ( ) : System
리턴 System