DeliveryOptimizationSettings.GetCurrentSettings Method

Definition

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.

Applies to