类SMS_ContextMethods中的 ClearContextHandle 方法

在 Configuration Manager 中,方法ClearContextHandle清除与指定上下文句柄关联的缓存上下文数据。

以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。

语法

SInt32 ClearContextHandle(  
   String ContextHandle  
);  

参数

ContextHandle
数据类型String

限定符:[in]

SMS_ContextMethods中对 GetContextHandle 方法的调用生成的上下文句柄。

返回值

一个 SInt32 数据类型,指示 0 表示成功,指示非零表示失败。

要求

运行时要求

有关详细信息,请参阅Configuration Manager服务器运行时要求

开发要求

有关详细信息,请参阅Configuration Manager服务器开发要求

另请参阅

SMS_ContextMethods 类
类SMS_ContextMethods中的 GetContextHandle 方法