IUIAutomation6::get_ConnectionRecoveryBehavior method (uiautomationclient.h)

Indicates whether an accessible technology client adjusts provider request timeouts when the provider is non-responsive.

This property is read/write.

Syntax

HRESULT get_ConnectionRecoveryBehavior(
  [in] ConnectionRecoveryBehaviorOptions *connectionRecoveryBehaviorOptions
);

Parameters

[in] connectionRecoveryBehaviorOptions

Type: ConnectionRecoveryBehaviorOptions

Value indicating whether provider request timeouts are adjusted. The default is ConnectionRecoveryBehaviorOptions_Disabled.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809 [desktop apps only]
Minimum supported server Windows Server, version 1709 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

IUIAutomation6 interface