SystemUpdateManager.BlockAutomaticRebootAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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