Freigeben über


RemoteSystemSessionMessageChannel.SendValueSetToParticipantsAsync Methode

Definition

Sendet eine Nachricht an einen angegebenen Satzteilnehmer in diesem Remotesitzungsmessagingkanal.

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)

Parameter

messageData
ValueSet

Ein ValueSet-Objekt , das die Daten enthält, die an die angegebenen Teilnehmer gesendet werden sollen.

participants

IIterable<RemoteSystemSessionParticipant>

IEnumerable<RemoteSystemSessionParticipant>

Eine iterierbare Auflistung von RemoteSystemSessionParticipant-Objekten , die den Teilnehmern entspricht, an die die Nachricht gesendet werden soll.

Gibt zurück

Ein asynchroner Vorgang mit einem booleschen Wert: true , wenn der Sendevorgang erfolgreich war, andernfalls false.

Attribute

Windows-Anforderungen

App-Funktionen
remoteSystem

Gilt für: