Freigeben über


SystemUpdateManager.UnblockAutomaticRebootAsync(String) Methode

Definition

Heben Sie die Blockierung automatischer Updateneustarts auf, wenn sie blockiert werden.

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)

Parameter

lockId
String

Platform::String

winrt::hstring

Bezeichner, der aus A-Z,a-z,0-9 besteht. Verwenden Sie Guid.NewGuid.ToString(), um eine neue zufällige ID zu generieren. Muss mit dem an BlockAutomaticRebootAsync übergebenen Wert übereinstimmen.

Gibt zurück

Gibt true zurück, wenn bei automatischen Neustarts keine Blöcke verbleiben.

Attribute

Gilt für:

Weitere Informationen