Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.28 KB

remotesystemwatcher.md

File metadata and controls

35 lines (25 loc) · 1.28 KB
-api-id -api-type
T:Windows.System.RemoteSystems.RemoteSystemWatcher
winrt class

Windows.System.RemoteSystems.RemoteSystemWatcher

-description

Watches for activity related to the discovery of remote systems and raises the appropriate events.

-remarks

This class is instantiated when the static method CreateWatcher is called. Objects of this class begin watching activity when the Start method is called and stop when Stop is called, when the app exits or is suspended by the system, or if an error occurs.

Important

You must confirm access to the remote system platform with a call to RemoteSystem.RequestAccessAsync before you instantiate this class.

Version history

Windows version SDK version Value added
1803 17134 EnumerationCompleted
1803 17134 ErrorOccurred
1903 18362 User

-examples

-see-also

Connected apps and devices (Project Rome)

-capabilities

remoteSystem