Represents an instance of a background task that has been triggered to run.
A background task must explicitly call the Web Workers close method to terminate itself after the task has completed.
Syntax
var webUIBackgroundTaskInstance = Windows.UI.WebUI.WebUIBackgroundTaskInstance;
Attributes
- MarshalingBehaviorAttribute(Standard)
- StaticAttribute(Windows.UI.WebUI.IWebUIBackgroundTaskInstanceStatics, NTDDI_WIN8)
- VersionAttribute(NTDDI_WIN8)
Members
The WebUIBackgroundTaskInstance class has these types of members:
Methods
The WebUIBackgroundTaskInstance class inherits methods from the Object class (C#/VB/C++).
Properties
The WebUIBackgroundTaskInstance class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the current background task. |
Remarks
Note : This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX).
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
Windows.UI.WebUI |
|
Metadata |
|
Build date: 12/4/2012