SWbemRefresher.AutoReconnect property

The AutoReconnect property of the SWbemRefresher object is a Boolean value that indicates whether the refresher automatically reconnects to a remote provider if the connection is broken.

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

This property is read-only.

Syntax

SWbemRefresher.AutoReconnect As Boolean

Property value

Remarks

Modifying this property affects only objects in the refresher that are backed by a high-performance provider. If the provider is not a high-performance provider, then setting the AutoReconnect property to TRUE has no effect because the SWbemRefresher object never reconnects.

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