apm_parameter_unregister (public)
apm_parameter_unregister [ -callback callback ] \ [ -package_key package_key ] [ -parameter parameter ] \ [ -parameter_id parameter_id ] [ parameter_id_legacy ]
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Unregisters a parameter from the system.
- Switches:
- -callback (optional, defaults to
"apm_dummy_callback"
)- -package_key (optional)
- -parameter (optional)
- -parameter_id (optional)
- Parameters:
- parameter_id_legacy (optional)
- DEPRECATED: previous versions of this proc would specify parameter_id as an unnamed argument. This has now be changed to a flag, but the old syntax is still tolerated in old code. This will generate a warning though and will be dropped in future versions.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- parameter_register_test, parameter__check_procs