![]() |
Overview Deletes one or more properties. Original class CORBA::Context Exceptions CORBA::SystemException
Intended Usage
The delete_values method deletes the specified properties from a Context object. If the property name has a trailing wildcard character ("*"), then all property names that match are deleted. Search scope is always limited to the specified context.
IDL Syntax
CORBA::Status delete_values(const char *prop_name);
Input parameters
- prop_name
- An identifier specifying the properties to be deleted. To specify multiple properties, pass an identifier with a trailing wildcard character. If a null pointer is passed for this parameter, a system exception is raised.
Return values
- CORBA::Status
- A zero return code indicates the properties were successfully deleted. If the input property name is not found, a system exception is raised.