RemoteSystemSessionMessageChannel.BroadcastValueSetAsync(ValueSet) 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.
Sends a message to all other participants in this remote session messaging channel.
public:
virtual IAsyncOperation<bool> ^ BroadcastValueSetAsync(ValueSet ^ messageData) = BroadcastValueSetAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> BroadcastValueSetAsync(ValueSet const& messageData);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> BroadcastValueSetAsync(ValueSet messageData);
function broadcastValueSetAsync(messageData)
Public Function BroadcastValueSetAsync (messageData As ValueSet) As IAsyncOperation(Of Boolean)
Parameters
- messageData
- ValueSet
A ValueSet object containing the data to be sent to all participants in the channel.
Returns
An asynchronous operation containing a boolean value: true if the send operation was a success, otherwise false.
- Attributes
Windows requirements
App capabilities |
remoteSystem
|