RemoteSystemSessionMessageChannel.SendValueSetAsync メソッド

定義

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

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)

パラメーター

messageData
ValueSet

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

participant
RemoteSystemSessionParticipant

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

戻り値

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

属性

Windows の要件

アプリの機能
remoteSystem

適用対象