RemoteSystemSessionInfo.JoinAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Issues a request from the calling device to join the given remote session.
public:
virtual IAsyncOperation<RemoteSystemSessionJoinResult ^> ^ JoinAsync() = JoinAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<RemoteSystemSessionJoinResult> JoinAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<RemoteSystemSessionJoinResult> JoinAsync();
function joinAsync()
Public Function JoinAsync () As IAsyncOperation(Of RemoteSystemSessionJoinResult)
Returns
An asynchronous operation with the result of this join request. This also returns a value if the connection to the device controlling the session is lost.
- Attributes
Windows requirements
App capabilities |
remoteSystem
|