RemoteSystemSessionController.RemoveParticipantAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un participant de la session à distance.
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)
Paramètres
- pParticipant
- RemoteSystemSessionParticipant
Objet RemoteSystemSessionParticipant correspondant au participant supprimé.
Retours
Opération asynchrone contenant une valeur booléenne : true si l’opération de suppression a réussi, sinon false.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
remoteSystem
|