ShutdownManager.BeginShutdown(ShutdownKind, TimeSpan) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
固定目的モードで実行されているデバイスをシャットダウンし、必要に応じて、指定した秒数後にデバイスを再起動します。
public:
static void BeginShutdown(ShutdownKind shutdownKind, TimeSpan timeout);
static void BeginShutdown(ShutdownKind const& shutdownKind, TimeSpan const& timeout);
public static void BeginShutdown(ShutdownKind shutdownKind, System.TimeSpan timeout);
function beginShutdown(shutdownKind, timeout)
Public Shared Sub BeginShutdown (shutdownKind As ShutdownKind, timeout As TimeSpan)
パラメーター
- shutdownKind
- ShutdownKind
デバイスを再起動する場合と再起動しない場合に実行するシャットダウンの種類。
Windows の要件
アプリの機能 |
systemManagement
|
注釈
この API では、IoT systemManagement 機能の使用と、IgnorableNamespaces リストに iot を含める必要があります。 ユーザーは Package.appmanifest: <iot:Capability Name="systemManagement"/>
に以下を追加し、既存の IgnorableNamespaces リストに iot を追加できます。