DeliveryOptimizationSettings.GetCurrentSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Delivery Optimization settings for the current device.
public:
static DeliveryOptimizationSettings ^ GetCurrentSettings();
static DeliveryOptimizationSettings GetCurrentSettings();
public static DeliveryOptimizationSettings GetCurrentSettings();
function getCurrentSettings()
Public Shared Function GetCurrentSettings () As DeliveryOptimizationSettings
Returns
An object that provides the Delivery Optimization settings for the current device.
Remarks
For more information about Delivery Optimization, see Configure Delivery Optimization for Windows 10 updates.
After using this method, you can access the settings via the DownloadMode and DownloadModeSource properties of the return value.