Partager via


SystemUpdateManager.BlockAutomaticRebootAsync(String) Méthode

Définition

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

S’applique à