RemoteSystemSessionMessageChannel.SendValueSetAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このリモート セッション メッセージング チャネルの参加者にメッセージを送信します。
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)
パラメーター
- participant
- RemoteSystemSessionParticipant
メッセージの送信先となる参加者に対応する RemoteSystemSessionParticipant オブジェクト。
戻り値
ブール値を含む非同期操作: 送信操作が成功した場合は true 、それ以外の場合は false。
- 属性
Windows の要件
アプリの機能 |
remoteSystem
|