Partager via


SystemUpdateManager.UnblockAutomaticRebootAsync(String) Méthode

Définition

Débloquer les redémarrages automatiques des mises à jour, s’ils sont bloqués.

public:
 static IAsyncOperation<bool> ^ UnblockAutomaticRebootAsync(Platform::String ^ lockId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> UnblockAutomaticRebootAsync(winrt::hstring const& lockId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> UnblockAutomaticRebootAsync(string lockId);
function unblockAutomaticRebootAsync(lockId)
Public Shared Function UnblockAutomaticRebootAsync (lockId As String) As IAsyncOperation(Of Boolean)

Paramètres

lockId
String

Platform::String

winrt::hstring

Identificateur constitué de A-Z,a-z,0-9. Utilisez Guid.NewGuid.ToString() pour générer un nouvel ID aléatoire. Doit correspondre à la valeur passée dans BlockAutomaticRebootAsync.

Retours

Retourne true si aucun bloc ne reste sur les redémarrages automatiques.

Attributs

S’applique à

Voir aussi