RemoteSystemSessionMessageChannel.SendValueSetAsync 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 participant dans ce canal de messagerie de session à distance.
public:
virtual IAsyncOperation<bool> ^ SendValueSetAsync(ValueSet ^ messageData, RemoteSystemSessionParticipant ^ participant) = SendValueSetAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> SendValueSetAsync(ValueSet const& messageData, RemoteSystemSessionParticipant const& participant);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> SendValueSetAsync(ValueSet messageData, RemoteSystemSessionParticipant participant);
function sendValueSetAsync(messageData, participant)
Public Function SendValueSetAsync (messageData As ValueSet, participant As RemoteSystemSessionParticipant) As IAsyncOperation(Of Boolean)
Paramètres
- participant
- RemoteSystemSessionParticipant
Objet RemoteSystemSessionParticipant correspondant au participant auquel 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
|