共用方式為


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

適用於