C# Class iControl.SystemCryptoClient

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Beginadd_profile() public method

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

Begincreate() public method

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

Begindelete_all_clients() public method

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

Begindelete_client() public method

public Begindelete_client ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
return System.IAsyncResult

Beginget_all_statistics() public method

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

Beginget_enabled_state() public method

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

Beginget_heartbeat_interval() public method

public Beginget_heartbeat_interval ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

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

Beginget_maximum_retries() public method

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

Beginget_profile() public method

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

Beginget_request_timeout() public method

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

Beginget_retry_interval() public method

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

Beginget_server_address() public method

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

Beginget_server_port() public method

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

Beginget_statistics() public method

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

Beginget_version() public method

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

Beginremove_all_profiles() public method

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

Beginremove_profile() public method

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

Beginreset_connection() public method

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

Beginreset_statistics() public method

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

Beginset_enabled_state() public method

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

Beginset_heartbeat_interval() public method

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

Beginset_maximum_retries() public method

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

Beginset_request_timeout() public method

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

Beginset_retry_interval() public method

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

Beginset_server_address() public method

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

Beginset_server_port() public method

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

Endadd_profile() public method

public Endadd_profile ( System asyncResult ) : void
asyncResult System
return void

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_clients() public method

public Enddelete_all_clients ( System asyncResult ) : void
asyncResult System
return void

Enddelete_client() public method

public Enddelete_client ( System asyncResult ) : void
asyncResult System
return void

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : SystemCryptoClientCryptoClientStatistics
asyncResult System
return SystemCryptoClientCryptoClientStatistics

Endget_enabled_state() public method

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_heartbeat_interval() public method

public Endget_heartbeat_interval ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_maximum_retries() public method

public Endget_maximum_retries ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_profile() public method

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

Endget_request_timeout() public method

public Endget_request_timeout ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_retry_interval() public method

public Endget_retry_interval ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_server_address() public method

public Endget_server_address ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_server_port() public method

public Endget_server_port ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : SystemCryptoClientCryptoClientStatistics
asyncResult System
return SystemCryptoClientCryptoClientStatistics

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endremove_all_profiles() public method

public Endremove_all_profiles ( System asyncResult ) : void
asyncResult System
return void

Endremove_profile() public method

public Endremove_profile ( System asyncResult ) : void
asyncResult System
return void

Endreset_connection() public method

public Endreset_connection ( System asyncResult ) : void
asyncResult System
return void

Endreset_statistics() public method

public Endreset_statistics ( System asyncResult ) : void
asyncResult System
return void

Endset_enabled_state() public method

public Endset_enabled_state ( System asyncResult ) : void
asyncResult System
return void

Endset_heartbeat_interval() public method

public Endset_heartbeat_interval ( System asyncResult ) : void
asyncResult System
return void

Endset_maximum_retries() public method

public Endset_maximum_retries ( System asyncResult ) : void
asyncResult System
return void

Endset_request_timeout() public method

public Endset_request_timeout ( System asyncResult ) : void
asyncResult System
return void

Endset_retry_interval() public method

public Endset_retry_interval ( System asyncResult ) : void
asyncResult System
return void

Endset_server_address() public method

public Endset_server_address ( System asyncResult ) : void
asyncResult System
return void

Endset_server_port() public method

public Endset_server_port ( System asyncResult ) : void
asyncResult System
return void

SystemCryptoClient() public method

public SystemCryptoClient ( ) : System
return System