RemoteSystemSessionValueSetReceivedEventArgs RemoteSystemSessionValueSetReceivedEventArgs RemoteSystemSessionValueSetReceivedEventArgs RemoteSystemSessionValueSetReceivedEventArgs Class

Definition

Contains information about a RemoteSystemSessionMessageChannel.ValueSetReceived event that was raised, namely the message that was received.

public : sealed class RemoteSystemSessionValueSetReceivedEventArgs : IRemoteSystemSessionValueSetReceivedEventArgspublic sealed class RemoteSystemSessionValueSetReceivedEventArgs : IRemoteSystemSessionValueSetReceivedEventArgsPublic NotInheritable Class RemoteSystemSessionValueSetReceivedEventArgs Implements IRemoteSystemSessionValueSetReceivedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Remarks

This class is instantiated whenever the RemoteSystemSessionMessageChannel.ValueSetReceived event is raised, and it should be handled by the method(s) registered to this event.

Properties

Message Message Message Message

Gets the contents of the message received by the channel.

public : ValueSet Message { get; }public ValueSet Message { get; }Public ReadOnly Property Message As ValueSet// You can use this property in JavaScript.
Value
ValueSet ValueSet ValueSet ValueSet

A ValueSet object containing the data that was received from the channel.

Sender Sender Sender Sender

Gets the remote session participant that sent the message to the channel and caused this ValueSetReceived event to be raised.

public : RemoteSystemSessionParticipant Sender { get; }public RemoteSystemSessionParticipant Sender { get; }Public ReadOnly Property Sender As RemoteSystemSessionParticipant// You can use this property in JavaScript.