RemoteSystemSessionJoinRequest.Accept 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.
Causes the app to accept the requesting device into the remote session it is controlling.
public:
virtual void Accept() = Accept;
void Accept();
public void Accept();
function accept()
Public Sub Accept ()
Windows requirements
App capabilities |
remoteSystem
|
Remarks
When this method is called, the device in question (described by the RemoteSystemSessionJoinRequest.Participant property) will receive back a RemoteSystemSessionJoinResult object with a reference to the remote session that it attempted to join.