RemoteSystemSessionUpdatedEventArgs Klasse

Definition

Enthält Informationen zu einem ausgelösten RemoteSystemSessionWatcher.Updated-Ereignis , nämlich der Remotesitzung, deren Informationen aktualisiert wurden.

public ref class RemoteSystemSessionUpdatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemSessionUpdatedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RemoteSystemSessionUpdatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemSessionUpdatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RemoteSystemSessionUpdatedEventArgs
Public NotInheritable Class RemoteSystemSessionUpdatedEventArgs
Vererbung
Object Platform::Object IInspectable RemoteSystemSessionUpdatedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
App-Funktionen
remoteSystem

Hinweise

Diese Klasse wird immer instanziiert, wenn RemoteSystemSessionWatcher.Updated ausgelöst wird, und sie sollte von den Methoden behandelt werden, die für dieses Ereignis registriert sind.

Eigenschaften

SessionInfo

Ruft Informationen zu der Remotesitzung ab, die aktualisiert wurde.

Gilt für: