Condividi tramite


SystemUpdateManager.UnblockAutomaticRebootAsync(String) Metodo

Definizione

Sblocca i riavvii automatici dell'aggiornamento, se bloccati.

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)

Parametri

lockId
String

Platform::String

winrt::hstring

Identificatore costituito da A-Z, a-z,0-9. Usare Guid.NewGuid.ToString() per generare un nuovo ID casuale. Deve corrispondere al valore passato in BlockAutomaticRebootAsync.

Restituisce

Restituisce true se nessun blocco rimane al riavvio automatico.

Attributi

Si applica a

Vedi anche