IBackgroundTaskRegistration 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对已注册后台任务的访问权限。
public interface class IBackgroundTaskRegistration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(275074242, 41582, 17343, 140, 18, 31, 180, 13, 191, 191, 160)]
struct IBackgroundTaskRegistration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(275074242, 41582, 17343, 140, 18, 31, 180, 13, 191, 191, 160)]
public interface IBackgroundTaskRegistration
Public Interface IBackgroundTaskRegistration
- 派生
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
Name |
获取已注册的后台任务的名称。 |
TaskId |
获取已注册后台任务的标识符。 |
方法
Unregister(Boolean) |
取消注册已注册的后台任务。 |
事件
Completed |
将已完成的事件处理程序附加到已注册的后台任务。 |
Progress |
将进度事件处理程序附加到已注册的后台任务。 |