Experimental Interface
Set the context for the results delivered to the CIM Server.
The setContext function is used by providers to
set a context for the response, in the form of an OperationContext
object. The context of the response contains the settings that
apply to all the results delivered to the CIM Server. An example
context is the language of the response, in the form of a
ContentLanguageListContainer in the OperationContext.
This method may be called at any point in the response
processing before complete is called.
Currently supported OperationContext containers:
ContentLanguageListContainer: used to set the ContentLanguages of the
results.
Implementation Note: This method is concrete to preserve
binary compatibility with previous releases of the CIMServer