Compartir a través de


RemoteSystemSessionMessageChannel.SendValueSetToParticipantsAsync Método

Definición

Envía un mensaje a un conjunto especificado de participantes en este canal de mensajería de sesión remota.

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)

Parámetros

messageData
ValueSet

Objeto ValueSet que contiene los datos que se van a enviar a los participantes especificados.

participants

IIterable<RemoteSystemSessionParticipant>

IEnumerable<RemoteSystemSessionParticipant>

Colección iterable de objetos RemoteSystemSessionParticipant correspondientes a los participantes a los que se debe enviar el mensaje.

Devoluciones

Una operación asincrónica que contiene un valor booleano: true si la operación de envío se realizó correctamente; de lo contrario, false.

Atributos

Requisitos de Windows

Características de aplicaciones
remoteSystem

Se aplica a