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를 추가할 수 있습니다.