Compartilhar via


RemoteSystemSessionMessageChannel.SendValueSetToParticipantsAsync Método

Definição

Envia uma mensagem para um conjunto de participantes especificados neste canal de mensagens de sessão 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

Um objeto ValueSet que contém os dados a serem enviados aos participantes especificados.

participants

IIterable<RemoteSystemSessionParticipant>

IEnumerable<RemoteSystemSessionParticipant>

Uma coleção iterável de objetos RemoteSystemSessionParticipant correspondente aos participantes aos quais a mensagem deve ser enviada.

Retornos

Uma operação assíncrona que contém um valor booliano: true se a operação de envio foi um sucesso, caso contrário, false.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
remoteSystem

Aplica-se a