Compartilhar via


SystemUpdateManager.UnblockAutomaticRebootAsync(String) Método

Definição

Desbloqueie reinicializações automáticas de atualização, se bloqueadas.

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 que consiste em A-Z, a-z,0-9. Use Guid.NewGuid.ToString() para gerar uma nova ID aleatória. Deve corresponder ao valor passado para BlockAutomaticRebootAsync.

Retornos

Retorna true se nenhum bloco permanecer em reinicializações automáticas.

Atributos

Aplica-se a

Confira também