Freigeben über


SystemUpdateManager.BlockAutomaticRebootAsync(String) Methode

Definition

Automatische Neustarts für Updates blockieren, bis UnblockAutomaticRebootAsync aufgerufen wird oder bis ein Neustart durch die Systemrichtlinie erzwungen wird.

public:
 static IAsyncOperation<bool> ^ BlockAutomaticRebootAsync(Platform::String ^ lockId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> BlockAutomaticRebootAsync(winrt::hstring const& lockId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> BlockAutomaticRebootAsync(string lockId);
function blockAutomaticRebootAsync(lockId)
Public Shared Function BlockAutomaticRebootAsync (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.

Gibt zurück

Attribute

Gilt für: