C# Class iControl.ASMObjectParams

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

Public Methods

Method Description
ASMObjectParams ( ) : System
Beginadd_or_update_object_param_with_characteristics ( string policy_name, string uri, string param_name, ASMObjectParamsObjectParamCategory setting_categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_parameter_staging_flag ( string policy_name, string uri, string param_name, bool flg_is_staging, System callback, object asyncState ) : System.IAsyncResult
Endadd_or_update_object_param_with_characteristics ( System asyncResult ) : bool
Endget_version ( System asyncResult ) : string
Endset_parameter_staging_flag ( System asyncResult ) : bool

Private Methods

Method Description
add_or_update_object_param_with_characteristics ( string policy_name, string uri, string param_name, ASMObjectParamsObjectParamCategory setting_categories ) : bool
get_version ( ) : string
set_parameter_staging_flag ( string policy_name, string uri, string param_name, bool flg_is_staging ) : bool

Method Details

ASMObjectParams() public method

public ASMObjectParams ( ) : System
return System

Beginadd_or_update_object_param_with_characteristics() public method

public Beginadd_or_update_object_param_with_characteristics ( string policy_name, string uri, string param_name, ASMObjectParamsObjectParamCategory setting_categories, System callback, object asyncState ) : System.IAsyncResult
policy_name string
uri string
param_name string
setting_categories ASMObjectParamsObjectParamCategory
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

Beginset_parameter_staging_flag() public method

public Beginset_parameter_staging_flag ( string policy_name, string uri, string param_name, bool flg_is_staging, System callback, object asyncState ) : System.IAsyncResult
policy_name string
uri string
param_name string
flg_is_staging bool
callback System
asyncState object
return System.IAsyncResult

Endadd_or_update_object_param_with_characteristics() public method

public Endadd_or_update_object_param_with_characteristics ( System asyncResult ) : bool
asyncResult System
return bool

Endget_version() public method

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

Endset_parameter_staging_flag() public method

public Endset_parameter_staging_flag ( System asyncResult ) : bool
asyncResult System
return bool