Sdílet prostřednictvím


RemoteSystemSessionMessageChannel.SendValueSetToParticipantsAsync Method

Definition

Sends a message to a specified set participants in this remote session messaging channel.

public:
 virtual IAsyncOperation<bool> ^ SendValueSetToParticipantsAsync(ValueSet ^ messageData, IIterable<RemoteSystemSessionParticipant ^> ^ participants) = SendValueSetToParticipantsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> SendValueSetToParticipantsAsync(ValueSet const& messageData, IIterable<RemoteSystemSessionParticipant> const& participants);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> SendValueSetToParticipantsAsync(ValueSet messageData, IEnumerable<RemoteSystemSessionParticipant> participants);
function sendValueSetToParticipantsAsync(messageData, participants)
Public Function SendValueSetToParticipantsAsync (messageData As ValueSet, participants As IEnumerable(Of RemoteSystemSessionParticipant)) As IAsyncOperation(Of Boolean)

Parameters

messageData
ValueSet

A ValueSet object containing the data to be sent to the specified participants.

participants

IIterable<RemoteSystemSessionParticipant>

IEnumerable<RemoteSystemSessionParticipant>

An iterable collection of RemoteSystemSessionParticipant objects corresponding to the participants to which the message should be sent.

Returns

An asynchronous operation containing a boolean value: true if the send operation was a success, otherwise false.

Attributes

Windows requirements

App capabilities
remoteSystem

Applies to