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.
Syntax
CORBA::Status delete_values(const char *prop_name);
Input parameters
Return values