Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.08 KB

remotesystem_findbyhostnameasync_1571118225.md

File metadata and controls

32 lines (22 loc) · 1.08 KB
-api-id -api-type
M:Windows.System.RemoteSystems.RemoteSystem.FindByHostNameAsync(Windows.Networking.HostName)
winrt method

Windows.System.RemoteSystems.RemoteSystem.FindByHostNameAsync

-description

Attempts to discover a single remote system specified by the HostName parameter.

-parameters

-param hostName

A wrapper object for the address of a remote system to be discovered. For information on how to instantiate a , see the HostName constructor.

-returns

An asynchronous operation that returns the RemoteSystem that was found. Returns null if no was found.

-remarks

Important

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

-examples

-see-also

-capabilities

remoteSystem