C# Class iControl.ManagementOCSPConfiguration

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

Public Methods

Method Description
Beginadd_responder ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_configurations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_responder ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_responders ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_responder ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string config_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Endadd_responder ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_configurations ( System asyncResult ) : void
Enddelete_configuration ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_responder ( System asyncResult ) : string[][]
Endget_version ( System asyncResult ) : string
Endremove_all_responders ( System asyncResult ) : void
Endremove_responder ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
ManagementOCSPConfiguration ( ) : System

Private Methods

Method Description
add_responder ( string config_names, string responders ) : void
create ( string config_names, string responders ) : void
delete_all_configurations ( ) : void
delete_configuration ( string config_names ) : void
get_description ( string config_names ) : string[]
get_list ( ) : string[]
get_responder ( string config_names ) : string[][]
get_version ( ) : string
remove_all_responders ( string config_names ) : void
remove_responder ( string config_names, string responders ) : void
set_description ( string config_names, string descriptions ) : void

Method Details

Beginadd_responder() public method

public Beginadd_responder ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult
config_names string
responders string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult
config_names string
responders string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_configurations() public method

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

Begindelete_configuration() public method

public Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names 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_responder() public method

public Beginget_responder ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names 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_responders() public method

public Beginremove_all_responders ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginremove_responder() public method

public Beginremove_responder ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult
config_names string
responders string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string config_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
config_names string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Endadd_responder() public method

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

Endcreate() public method

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

Enddelete_all_configurations() public method

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

Enddelete_configuration() public method

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

Endget_description() public method

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

Endget_list() public method

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

Endget_responder() public method

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

Endget_version() public method

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

Endremove_all_responders() public method

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

Endremove_responder() public method

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

Endset_description() public method

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

ManagementOCSPConfiguration() public method

public ManagementOCSPConfiguration ( ) : System
return System