RemoteSystemSessionMessageChannel.SendValueSetToParticipantsAsync メソッド

定義

このリモート セッション メッセージング チャネルの指定したセット参加者にメッセージを送信します。

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)

パラメーター

messageData
ValueSet

指定した参加者に送信されるデータを含む ValueSet オブジェクト。

participants

IIterable<RemoteSystemSessionParticipant>

IEnumerable<RemoteSystemSessionParticipant>

メッセージの送信先となる参加者に対応する RemoteSystemSessionParticipant オブジェクトの iterable コレクション。

戻り値

ブール値を含む非同期操作: 送信操作が成功した場合は true 、それ以外の場合は false

属性

Windows の要件

アプリの機能
remoteSystem

適用対象