WebUIBackgroundTaskInstanceRuntimeClass 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class WebUIBackgroundTaskInstanceRuntimeClass sealed : IBackgroundTaskInstance, IWebUIBackgroundTaskInstance
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIBackgroundTaskInstanceRuntimeClass final : IBackgroundTaskInstance, IWebUIBackgroundTaskInstance
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIBackgroundTaskInstanceRuntimeClass : IBackgroundTaskInstance, IWebUIBackgroundTaskInstance
Public NotInheritable Class WebUIBackgroundTaskInstanceRuntimeClass
Implements IBackgroundTaskInstance, IWebUIBackgroundTaskInstance
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
若要擷取此物件,請使用 WebUIBackgroundTaskInstance.current 屬性。
注意
這個類別不是敏捷的,這表示您必須考慮其執行緒模型和封送處理行為。 如需詳細資訊,請參閱 執行緒和封送處理 (C++/CX) 。
屬性
InstanceId |
取得背景工作實例的實例識別碼。 |
Progress |
取得或設定背景工作實例的進度狀態。 |
Succeeded |
取得或設定背景工作的成功值。 成功值是傳回至 已完成 事件中應用程式的前景實例的內容。 |
SuspendedCount |
取得導致背景工作暫停的資源管理原則次數。 |
Task |
取得這個背景工作實例之已註冊背景工作的存取權。 |
TriggerDetails |
取得與背景工作實例相關聯的其他資訊。 |
方法
GetDeferral() |
通知系統,背景工作可能會在 IBackgroundTask.Run 方法傳回之後繼續執行工作。 這個方法不適用於 JavaScript 背景工作。 |
事件
Canceled |
將取消事件處理常式附加至背景工作實例。 |