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