Partager via


RemoteSystemSessionMessageChannel.SendValueSetToParticipantsAsync Méthode

Définition

Envoie un message à un ensemble de participants spécifiés dans ce canal de messagerie de session à distance.

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)

Paramètres

messageData
ValueSet

Objet ValueSet contenant les données à envoyer aux participants spécifiés.

participants

IIterable<RemoteSystemSessionParticipant>

IEnumerable<RemoteSystemSessionParticipant>

Collection itérable d’objets RemoteSystemSessionParticipant correspondant aux participants auxquels le message doit être envoyé.

Retours

Opération asynchrone contenant une valeur booléenne : true si l’opération d’envoi a réussi, sinon false.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
remoteSystem

S’applique à