Partager via


RemoteSystemSessionController.RemoveParticipantAsync Méthode

Définition

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

S’applique à