C# Class iControl.ManagementLicenseAdministration

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

Public Methods

Method Description
Beginactivate_license ( string registration_keys, System callback, object asyncState ) : System.IAsyncResult
Begincheck_registration_key_crc ( string registration_keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_copyright_file ( System callback, object asyncState ) : System.IAsyncResult
Beginget_eula_file ( System callback, object asyncState ) : System.IAsyncResult
Beginget_evaluation_license_expiration ( System callback, object asyncState ) : System.IAsyncResult
Beginget_license_activation_status ( System callback, object asyncState ) : System.IAsyncResult
Beginget_license_file ( System callback, object asyncState ) : System.IAsyncResult
Beginget_module_enabled_state ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
Beginget_module_expiry ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
Beginget_module_keys ( System callback, object asyncState ) : System.IAsyncResult
Beginget_registration_keys ( System callback, object asyncState ) : System.IAsyncResult
Beginget_system_dossier ( string registration_keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_time_limited_module_keys ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Begininstall_license ( byte license_file_data, System callback, object asyncState ) : System.IAsyncResult
Begininstall_license_from_file ( string license_file, System callback, object asyncState ) : System.IAsyncResult
Beginis_evaluation_license ( System callback, object asyncState ) : System.IAsyncResult
Endactivate_license ( System asyncResult ) : bool
Endcheck_registration_key_crc ( System asyncResult ) : bool[]
Endget_copyright_file ( System asyncResult ) : byte[]
Endget_eula_file ( System asyncResult ) : byte[]
Endget_evaluation_license_expiration ( System asyncResult ) : ManagementLicenseAdministrationEvaluationExpiration
Endget_license_activation_status ( System asyncResult ) : CommonEnabledState
Endget_license_file ( System asyncResult ) : byte[]
Endget_module_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_module_expiry ( System asyncResult ) : iControl.ManagementLicenseAdministrationModuleExpiry[]
Endget_module_keys ( System asyncResult ) : iControl.ManagementLicenseAdministrationModuleKey[]
Endget_registration_keys ( System asyncResult ) : string[]
Endget_system_dossier ( System asyncResult ) : string
Endget_time_limited_module_keys ( System asyncResult ) : iControl.ManagementLicenseAdministrationTimeLimitedModuleKey[]
Endget_version ( System asyncResult ) : string
Endinstall_license ( System asyncResult ) : void
Endinstall_license_from_file ( System asyncResult ) : void
Endis_evaluation_license ( System asyncResult ) : bool
ManagementLicenseAdministration ( ) : System

Private Methods

Method Description
activate_license ( string registration_keys ) : bool
check_registration_key_crc ( string registration_keys ) : bool[]
get_copyright_file ( ) : byte[]
get_eula_file ( ) : byte[]
get_evaluation_license_expiration ( ) : ManagementLicenseAdministrationEvaluationExpiration
get_license_activation_status ( ) : CommonEnabledState
get_license_file ( ) : byte[]
get_module_enabled_state ( CommonTMOSModule modules ) : CommonEnabledState[]
get_module_expiry ( CommonTMOSModule modules ) : iControl.ManagementLicenseAdministrationModuleExpiry[]
get_module_keys ( ) : iControl.ManagementLicenseAdministrationModuleKey[]
get_registration_keys ( ) : string[]
get_system_dossier ( string registration_keys ) : string
get_time_limited_module_keys ( ) : iControl.ManagementLicenseAdministrationTimeLimitedModuleKey[]
get_version ( ) : string
install_license ( byte license_file_data ) : void
install_license_from_file ( string license_file ) : void
is_evaluation_license ( ) : bool

Method Details

Beginactivate_license() public method

public Beginactivate_license ( string registration_keys, System callback, object asyncState ) : System.IAsyncResult
registration_keys string
callback System
asyncState object
return System.IAsyncResult

Begincheck_registration_key_crc() public method

public Begincheck_registration_key_crc ( string registration_keys, System callback, object asyncState ) : System.IAsyncResult
registration_keys string
callback System
asyncState object
return System.IAsyncResult

Beginget_copyright_file() public method

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

Beginget_eula_file() public method

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

Beginget_evaluation_license_expiration() public method

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

Beginget_license_activation_status() public method

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

Beginget_license_file() public method

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

Beginget_module_enabled_state() public method

public Beginget_module_enabled_state ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
modules CommonTMOSModule
callback System
asyncState object
return System.IAsyncResult

Beginget_module_expiry() public method

public Beginget_module_expiry ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
modules CommonTMOSModule
callback System
asyncState object
return System.IAsyncResult

Beginget_module_keys() public method

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

Beginget_registration_keys() public method

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

Beginget_system_dossier() public method

public Beginget_system_dossier ( string registration_keys, System callback, object asyncState ) : System.IAsyncResult
registration_keys string
callback System
asyncState object
return System.IAsyncResult

Beginget_time_limited_module_keys() public method

public Beginget_time_limited_module_keys ( System callback, object asyncState ) : System.IAsyncResult
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

Begininstall_license() public method

public Begininstall_license ( byte license_file_data, System callback, object asyncState ) : System.IAsyncResult
license_file_data byte
callback System
asyncState object
return System.IAsyncResult

Begininstall_license_from_file() public method

public Begininstall_license_from_file ( string license_file, System callback, object asyncState ) : System.IAsyncResult
license_file string
callback System
asyncState object
return System.IAsyncResult

Beginis_evaluation_license() public method

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

Endactivate_license() public method

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

Endcheck_registration_key_crc() public method

public Endcheck_registration_key_crc ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endget_copyright_file() public method

public Endget_copyright_file ( System asyncResult ) : byte[]
asyncResult System
return byte[]

Endget_eula_file() public method

public Endget_eula_file ( System asyncResult ) : byte[]
asyncResult System
return byte[]

Endget_evaluation_license_expiration() public method

public Endget_evaluation_license_expiration ( System asyncResult ) : ManagementLicenseAdministrationEvaluationExpiration
asyncResult System
return ManagementLicenseAdministrationEvaluationExpiration

Endget_license_activation_status() public method

public Endget_license_activation_status ( System asyncResult ) : CommonEnabledState
asyncResult System
return CommonEnabledState

Endget_license_file() public method

public Endget_license_file ( System asyncResult ) : byte[]
asyncResult System
return byte[]

Endget_module_enabled_state() public method

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

Endget_module_expiry() public method

public Endget_module_expiry ( System asyncResult ) : iControl.ManagementLicenseAdministrationModuleExpiry[]
asyncResult System
return iControl.ManagementLicenseAdministrationModuleExpiry[]

Endget_module_keys() public method

public Endget_module_keys ( System asyncResult ) : iControl.ManagementLicenseAdministrationModuleKey[]
asyncResult System
return iControl.ManagementLicenseAdministrationModuleKey[]

Endget_registration_keys() public method

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

Endget_system_dossier() public method

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

Endget_time_limited_module_keys() public method

public Endget_time_limited_module_keys ( System asyncResult ) : iControl.ManagementLicenseAdministrationTimeLimitedModuleKey[]
asyncResult System
return iControl.ManagementLicenseAdministrationTimeLimitedModuleKey[]

Endget_version() public method

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

Endinstall_license() public method

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

Endinstall_license_from_file() public method

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

Endis_evaluation_license() public method

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

ManagementLicenseAdministration() public method

public ManagementLicenseAdministration ( ) : System
return System