C# Class iControl.SystemCryptoServer

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

Public Methods

Method Description
Beginadd_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginadd_profile ( string servers, string profiles, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string servers, string addresses, long ports, 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_client_address ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( 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_profile ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_client_addresses ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_profiles ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginremove_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginremove_profile ( string servers, string profiles, 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_enabled_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult
Endadd_client_address ( System asyncResult ) : void
Endadd_profile ( System asyncResult ) : void
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 ) : SystemCryptoServerCryptoServerStatistics
Endget_client_address ( System asyncResult ) : string[][]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_port ( System asyncResult ) : long[]
Endget_profile ( System asyncResult ) : iControl.SystemSystemProfileAttribute[][]
Endget_statistics ( System asyncResult ) : SystemCryptoServerCryptoServerStatistics
Endget_version ( System asyncResult ) : string
Endremove_all_client_addresses ( System asyncResult ) : void
Endremove_all_profiles ( System asyncResult ) : void
Endremove_client_address ( System asyncResult ) : void
Endremove_profile ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endset_address ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_port ( System asyncResult ) : void
SystemCryptoServer ( ) : System

Private Methods

Method Description
add_client_address ( string servers, string addresses ) : void
add_profile ( string servers, string profiles ) : void
create ( string servers, string addresses, long ports ) : void
delete_all_servers ( ) : void
delete_server ( string servers ) : void
get_address ( string servers ) : string[]
get_all_statistics ( ) : SystemCryptoServerCryptoServerStatistics
get_client_address ( string servers ) : string[][]
get_enabled_state ( string servers ) : CommonEnabledState[]
get_list ( ) : string[]
get_port ( string servers ) : long[]
get_profile ( string servers ) : iControl.SystemSystemProfileAttribute[][]
get_statistics ( string servers ) : SystemCryptoServerCryptoServerStatistics
get_version ( ) : string
remove_all_client_addresses ( string servers ) : void
remove_all_profiles ( string servers ) : void
remove_client_address ( string servers, string addresses ) : void
remove_profile ( string servers, string profiles ) : void
reset_statistics ( string servers ) : void
set_address ( string servers, string addresses ) : void
set_enabled_state ( string servers, CommonEnabledState states ) : void
set_port ( string servers, long ports ) : void

Method Details

Beginadd_client_address() public method

public Beginadd_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
servers string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginadd_profile() public method

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

Begincreate() public method

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

Begindelete_all_servers() public method

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

Begindelete_server() public method

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

Beginget_address() public method

public Beginget_address ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers 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_client_address() public method

public Beginget_client_address ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
return System.IAsyncResult

Beginget_enabled_state() public method

public Beginget_enabled_state ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers 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_port() public method

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

Beginget_profile() public method

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

Beginget_statistics() public method

public Beginget_statistics ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers 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_client_addresses() public method

public Beginremove_all_client_addresses ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_profiles() public method

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

Beginremove_client_address() public method

public Beginremove_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
servers string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginremove_profile() public method

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

Beginreset_statistics() public method

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

Beginset_address() public method

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

Beginset_enabled_state() public method

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

Beginset_port() public method

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

Endadd_client_address() public method

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

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_servers() public method

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

Enddelete_server() public method

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

Endget_address() public method

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

Endget_all_statistics() public method

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

Endget_client_address() public method

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

Endget_enabled_state() public method

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

Endget_list() public method

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

Endget_port() public method

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

Endget_profile() public method

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

Endget_statistics() public method

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

Endget_version() public method

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

Endremove_all_client_addresses() public method

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

Endremove_all_profiles() public method

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

Endremove_client_address() public method

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

Endremove_profile() public method

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

Endreset_statistics() public method

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

Endset_address() public method

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

Endset_enabled_state() public method

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

Endset_port() public method

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

SystemCryptoServer() public method

public SystemCryptoServer ( ) : System
return System