SystemUpdateManager.BlockAutomaticRebootAsync(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.
Bloquez les redémarrages automatiques pour la mise à jour jusqu’à ce que UnblockAutomaticRebootAsync soit appelé ou jusqu’à ce que le redémarrage soit appliqué par la stratégie système.
public:
static IAsyncOperation<bool> ^ BlockAutomaticRebootAsync(Platform::String ^ lockId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> BlockAutomaticRebootAsync(winrt::hstring const& lockId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> BlockAutomaticRebootAsync(string lockId);
function blockAutomaticRebootAsync(lockId)
Public Shared Function BlockAutomaticRebootAsync (lockId As String) As IAsyncOperation(Of Boolean)
Paramètres
- lockId
-
String
Platform::String
winrt::hstring
Identificateur composé de A-Z,a-z,0-9. Utilisez Guid.NewGuid.ToString() pour générer un nouvel ID aléatoire.
Retours
- Attributs