AppBroadcastServices.EnterBroadcastModeAsync(AppBroadcastPlugIn) Method
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.
Causes the app broadcast service to enter broadcast mode with the specified app broadcast plugin.
public:
virtual IAsyncOperation<unsigned int> ^ EnterBroadcastModeAsync(AppBroadcastPlugIn ^ plugIn) = EnterBroadcastModeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> EnterBroadcastModeAsync(AppBroadcastPlugIn const& plugIn);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> EnterBroadcastModeAsync(AppBroadcastPlugIn plugIn);
function enterBroadcastModeAsync(plugIn)
Public Function EnterBroadcastModeAsync (plugIn As AppBroadcastPlugIn) As IAsyncOperation(Of UInteger)
Parameters
- plugIn
- AppBroadcastPlugIn
The app broadcast plugin with which broadcast mode is entered.
Returns
An asynchronous operation that returns a status code on successful completion.
- Attributes
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|