SystemUpdateManager.UnblockAutomaticRebootAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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