RemoteSystemSessionUpdatedEventArgs
RemoteSystemSessionUpdatedEventArgs
RemoteSystemSessionUpdatedEventArgs
RemoteSystemSessionUpdatedEventArgs
Class
Definition
Contains information about a RemoteSystemSessionWatcher.Updated event that was raised, namely the remote session whose information was updated.
public : sealed class RemoteSystemSessionUpdatedEventArgs : IRemoteSystemSessionUpdatedEventArgspublic sealed class RemoteSystemSessionUpdatedEventArgs : IRemoteSystemSessionUpdatedEventArgsPublic NotInheritable Class RemoteSystemSessionUpdatedEventArgs Implements IRemoteSystemSessionUpdatedEventArgs// 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.Updated is raised, and it should be handled by the method(s) registered to this event.
Properties
SessionInfo SessionInfo SessionInfo SessionInfo
Gets information about the remote session that was updated.
public : RemoteSystemSessionInfo SessionInfo { get; }public RemoteSystemSessionInfo SessionInfo { get; }Public ReadOnly Property SessionInfo As RemoteSystemSessionInfo// You can use this property in JavaScript.
- Value
- RemoteSystemSessionInfo RemoteSystemSessionInfo RemoteSystemSessionInfo RemoteSystemSessionInfo
A RemoteSystemSessionInfo object describing the remote session that was updated.