C# 클래스 iControl.ManagementLicenseAdministration

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginactivate_license() 공개 메소드

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

Begincheck_registration_key_crc() 공개 메소드

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

Beginget_copyright_file() 공개 메소드

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

Beginget_eula_file() 공개 메소드

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

Beginget_evaluation_license_expiration() 공개 메소드

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

Beginget_license_activation_status() 공개 메소드

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

Beginget_license_file() 공개 메소드

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

Beginget_module_enabled_state() 공개 메소드

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

Beginget_module_expiry() 공개 메소드

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

Beginget_module_keys() 공개 메소드

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

Beginget_registration_keys() 공개 메소드

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

Beginget_system_dossier() 공개 메소드

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

Beginget_time_limited_module_keys() 공개 메소드

public Beginget_time_limited_module_keys ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Begininstall_license() 공개 메소드

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

Begininstall_license_from_file() 공개 메소드

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

Beginis_evaluation_license() 공개 메소드

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

Endactivate_license() 공개 메소드

public Endactivate_license ( System asyncResult ) : bool
asyncResult System
리턴 bool

Endcheck_registration_key_crc() 공개 메소드

public Endcheck_registration_key_crc ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endget_copyright_file() 공개 메소드

public Endget_copyright_file ( System asyncResult ) : byte[]
asyncResult System
리턴 byte[]

Endget_eula_file() 공개 메소드

public Endget_eula_file ( System asyncResult ) : byte[]
asyncResult System
리턴 byte[]

Endget_evaluation_license_expiration() 공개 메소드

public Endget_evaluation_license_expiration ( System asyncResult ) : ManagementLicenseAdministrationEvaluationExpiration
asyncResult System
리턴 ManagementLicenseAdministrationEvaluationExpiration

Endget_license_activation_status() 공개 메소드

public Endget_license_activation_status ( System asyncResult ) : CommonEnabledState
asyncResult System
리턴 CommonEnabledState

Endget_license_file() 공개 메소드

public Endget_license_file ( System asyncResult ) : byte[]
asyncResult System
리턴 byte[]

Endget_module_enabled_state() 공개 메소드

public Endget_module_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_module_expiry() 공개 메소드

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

Endget_module_keys() 공개 메소드

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

Endget_registration_keys() 공개 메소드

public Endget_registration_keys ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_system_dossier() 공개 메소드

public Endget_system_dossier ( System asyncResult ) : string
asyncResult System
리턴 string

Endget_time_limited_module_keys() 공개 메소드

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

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endinstall_license() 공개 메소드

public Endinstall_license ( System asyncResult ) : void
asyncResult System
리턴 void

Endinstall_license_from_file() 공개 메소드

public Endinstall_license_from_file ( System asyncResult ) : void
asyncResult System
리턴 void

Endis_evaluation_license() 공개 메소드

public Endis_evaluation_license ( System asyncResult ) : bool
asyncResult System
리턴 bool

ManagementLicenseAdministration() 공개 메소드

public ManagementLicenseAdministration ( ) : System
리턴 System