Compartir a través de


SystemUpdateManager.UnblockAutomaticRebootAsync(String) Método

Definición

Desbloquee los reinicios automáticos de la actualización, si están bloqueados.

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)

Parámetros

lockId
String

Platform::String

winrt::hstring

Identificador formado por A-Z, a-z,0-9. Use Guid.NewGuid.ToString() para generar un nuevo identificador aleatorio. Debe coincidir con el valor pasado a BlockAutomaticRebootAsync.

Devoluciones

Devuelve true si no quedan bloques en reinicios automáticos.

Atributos

Se aplica a

Consulte también