IBackgroundTaskInstance4 IBackgroundTaskInstance4 IBackgroundTaskInstance4 IBackgroundTaskInstance4 Interface

Definition

Provides access to a background task instance including information about the user.

public : interface IBackgroundTaskInstance4public interface IBackgroundTaskInstance4Public Interface IBackgroundTaskInstance4// You can use this interface in JavaScript.
Inheritance
IBackgroundTaskInstance4IBackgroundTaskInstance4IBackgroundTaskInstance4IBackgroundTaskInstance4
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Inherited Members

Inherited events

Inherited methods

Inherited properties

Properties

User User User User

Gets the user context for the background task. AppServiceConnection.User is used by the calling app to pass the user context. The app service can retrieve that user context with this property.

public : User User { get; }public User User { get; }Public ReadOnly Property User As User// You can use this property in JavaScript.
Value
User User User User

The user context.

See Also