WebUIBackgroundTaskInstanceRuntimeClass.Task Property
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.
Gets access to the registered background task for this background task instance.
public:
property BackgroundTaskRegistration ^ Task { BackgroundTaskRegistration ^ get(); };
BackgroundTaskRegistration Task();
public BackgroundTaskRegistration Task { get; }
var backgroundTaskRegistration = webUIBackgroundTaskInstanceRuntimeClass.task;
Public ReadOnly Property Task As BackgroundTaskRegistration
Property Value
An interface that provides access to the registered background task.