Condividi tramite


Task Constructor

Definition

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 ()

Applies to