RemoteSystemSessionMessageChannel.SendValueSetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends a message to a participant in this remote session messaging channel.
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)
Parameters
- participant
- RemoteSystemSessionParticipant
A RemoteSystemSessionParticipant object corresponding to the participant to which the message should be sent.
Returns
An asynchronous operation containing a boolean value: true if the send operation was a success, otherwise false.
- Attributes
Windows requirements
App capabilities |
remoteSystem
|