RemoteSystemSessionParticipant RemoteSystemSessionParticipant RemoteSystemSessionParticipant RemoteSystemSessionParticipant Class

Definition

Represents a device that is a participant in a remote session. A session can have one or more participants.

public : sealed class RemoteSystemSessionParticipant : IRemoteSystemSessionParticipantpublic sealed class RemoteSystemSessionParticipant : IRemoteSystemSessionParticipantPublic NotInheritable Class RemoteSystemSessionParticipant Implements IRemoteSystemSessionParticipant// 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)

Properties

RemoteSystem RemoteSystem RemoteSystem RemoteSystem

Gets the remote system that is a participant in the session.

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

A RemoteSystem object representing the participant device.

Methods

GetHostNames() GetHostNames() GetHostNames() GetHostNames()

Retrieves a list of host names for this remote session participant that are resolvable by the other remote systems in the session.

public : IVectorView<HostName> GetHostNames()public IReadOnlyList<HostName> GetHostNames()Public Function GetHostNames() As IReadOnlyList( Of HostName )// You can use this method in JavaScript.
Returns
IVectorView<HostName> IReadOnlyList<HostName> IReadOnlyList<HostName> IReadOnlyList<HostName>

A list of HostName objects for the IP/Bluetooth addresses of this remote system.