Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains flags that modify the behavior of refresher methods.
Syntax
typedef enum tag_WBEM_REFRESHER_FLAGS {
WBEM_FLAG_REFRESH_AUTO_RECONNECT = 0,
WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT = 1
} WBEM_REFRESHER_FLAGS;
Constants
WBEM_FLAG_REFRESH_AUTO_RECONNECT Value: 0 If the connection is broken, the refresher attempts to reconnect to the provider automatically. |
WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT Value: 1 If the connection is broken, the refresher does not attempt to reconnect to the provider automatically. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | wbemcli.h |