ISuspendingOperation 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关应用挂起操作的信息。
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() |
请求延迟应用挂起操作。 |