SWbemRefresher.DeleteAll method

The SWbemRefresher.DeleteAll method removes all the items from the collection in the SWbemRefresher object.

For an explanation of this syntax, see Document Conventions for the Scripting API.

Syntax

SWbemRefresher.DeleteAll()

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

The corresponding SWbemRefreshableItem for each removed item has its Refresher property set to NULL, which indicates that it no longer has a parent refresher.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Wbemdisp.h
Type library
Wbemdisp.tlb
DLL
Wbemdisp.dll
CLSID
CLSID_SWbemRefresher
IID
IID_ISWbemRefresher

See also

SWbemRefresher