WebUIBackgroundTaskInstance class

This topic has not yet been rated - Rate this topic

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.

PropertyAccess typeDescription

Current

Read-onlyGets 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

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.