Task Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new Task for the internal implementation of IBackgroundTask. It is used by Windows App SDK to receive the background task trigger and re-route the call to the full trust COM component registered by the application using the Windows App SDK API.
public:
Task();
Task();
public Task();
function Task()
Public Sub New ()