AppBroadcastTriggerDetails.BackgroundService 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 an object that provides an interface between the broadcasting UWP app and the system-hosted broadcast service.
public:
property AppBroadcastBackgroundService ^ BackgroundService { AppBroadcastBackgroundService ^ get(); };
AppBroadcastBackgroundService BackgroundService();
public AppBroadcastBackgroundService BackgroundService { get; }
var appBroadcastBackgroundService = appBroadcastTriggerDetails.backgroundService;
Public ReadOnly Property BackgroundService As AppBroadcastBackgroundService
Property Value
An object that provides an interface between the broadcasting UWP app and the system-hosted broadcast service.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|