ISuspendingOperation 接口

定义

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

public interface class ISuspendingOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2644822593, 8417, 20123, 159, 101, 169, 244, 53, 52, 12, 58)]
struct ISuspendingOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2644822593, 8417, 20123, 159, 101, 169, 244, 53, 52, 12, 58)]
public interface ISuspendingOperation
Public Interface ISuspendingOperation
派生
属性

Windows 要求

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

属性

Deadline

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

方法

GetDeferral()

请求延迟应用挂起操作。

适用于

另请参阅