AppBroadcastBackgroundService.StreamInfo 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 manages the stream state of the app broadcast background service.
public:
property AppBroadcastBackgroundServiceStreamInfo ^ StreamInfo { AppBroadcastBackgroundServiceStreamInfo ^ get(); void set(AppBroadcastBackgroundServiceStreamInfo ^ value); };
AppBroadcastBackgroundServiceStreamInfo StreamInfo();
void StreamInfo(AppBroadcastBackgroundServiceStreamInfo value);
public AppBroadcastBackgroundServiceStreamInfo StreamInfo { get; set; }
var appBroadcastBackgroundServiceStreamInfo = appBroadcastBackgroundService.streamInfo;
appBroadcastBackgroundService.streamInfo = appBroadcastBackgroundServiceStreamInfo;
Public Property StreamInfo As AppBroadcastBackgroundServiceStreamInfo
Property Value
An object that manages the stream state of the app broadcast background service.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|
Remarks
This API may throw an error if the background service has shut down due to idle timeout.