<?xml version="1.0"?>
<doc>
    <assembly>
        <name>YourPhoneAppProxy.Exp</name>
    </assembly>
    <members>
        <member name="M:YourPhoneAppProxy.Exp.IRemoteConfiguration.RefreshLinkedDeviceDataCache">
            <summary>
            Force-refresh implementations that cache <see cref="P:YourPhoneAppProxy.Telemetry.ITelemetryInfo.GetLinkedDeviceData"/>.
            Must be invoked from a non-UI-thread context: implementations may issue cross-process
            COM calls that pump the STA Win32 message queue and risk WinUI3 XAML reentrancy
            fast-fail (Bug 62064073). Default implementation is a no-op so that test mocks across
            the repo do not need to be updated.
            </summary>
        </member>
    </members>
</doc>
