RemoteSystemSessionAddedEventArgs RemoteSystemSessionAddedEventArgs RemoteSystemSessionAddedEventArgs RemoteSystemSessionAddedEventArgs Class

Definition

Contains information about a RemoteSystemSessionWatcher.Added event.

public : sealed class RemoteSystemSessionAddedEventArgs : IRemoteSystemSessionAddedEventArgspublic sealed class RemoteSystemSessionAddedEventArgs : IRemoteSystemSessionAddedEventArgsPublic NotInheritable Class RemoteSystemSessionAddedEventArgs Implements IRemoteSystemSessionAddedEventArgs// 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 RemoteSystemSessionWatcher.Added event is raised, and its contents should be handled by the method(s) registered to this event.

Properties

SessionInfo SessionInfo SessionInfo SessionInfo

Gets information about the remote session that has been discovered.

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