RemoteSystemSessionController.RemoveParticipantAsync 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.
Removes a participant from the remote session.
public:
virtual IAsyncOperation<bool> ^ RemoveParticipantAsync(RemoteSystemSessionParticipant ^ pParticipant) = RemoveParticipantAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RemoveParticipantAsync(RemoteSystemSessionParticipant const& pParticipant);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RemoveParticipantAsync(RemoteSystemSessionParticipant pParticipant);
function removeParticipantAsync(pParticipant)
Public Function RemoveParticipantAsync (pParticipant As RemoteSystemSessionParticipant) As IAsyncOperation(Of Boolean)
Parameters
- pParticipant
- RemoteSystemSessionParticipant
A RemoteSystemSessionParticipant object corresponding to the participant being removed.
Returns
An asynchronous operation containing a boolean value: true if the removal operation was a success, otherwise false.
- Attributes
Windows requirements
App capabilities |
remoteSystem
|