RemoteSystemSessionJoinRequest.Accept Method

Definition

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.

Applies to