The ClearContextHandle method, in Configuration Manager, clears cached context data that is associated with the specified context handle.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

SInt32 ClearContextHandle(
   String ContextHandle
);

Parameter

ContextHandle

Data type: StringQualifiers: [in]Context handle resulting from a call to the GetContextHandle Method in Class SMS_ContextMethods.

Return Values

An SInt32 data type that indicates 0 for success, or non-zero for failure.

Requirements

Runtime Requirements

Development Requirements

See Also