SystemUpdateManager.UnblockAutomaticRebootAsync(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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