RemoteSettings.WasLastUpdatedFromServer

Switch to Manual
public static bool WasLastUpdatedFromServer ();

Returns

bool True, if the remote settings file was received from the Analytics Service in the current session. False, if the remote settings file was received during an earlier session and cached.

Description

Reports whether or not the settings available from the RemoteSettings object were received from the Analytics Service during the current session.

When the remote settings were loaded from the local cache, this method returns false.

Note that this method does not indicate whether the setting values have changed since the last successful network request.