SuspendingOperation 类

定义

提供有关应用挂起操作的信息。

public ref class SuspendingOperation sealed : ISuspendingOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SuspendingOperation final : ISuspendingOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SuspendingOperation : ISuspendingOperation
Public NotInheritable Class SuspendingOperation
Implements ISuspendingOperation
继承
Object Platform::Object IInspectable SuspendingOperation
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

Deadline

获取延迟的应用挂起操作继续的时间。

方法

GetDeferral()

请求延迟应用挂起操作。

适用于