RemoteSystemSessionMessageChannel.SendValueSetToParticipantsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
|