Compartir a través de


RemoteSystemSessionController.RemoveParticipantAsync Método

Definición

Quita un participante de la sesión remota.

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)

Parámetros

pParticipant
RemoteSystemSessionParticipant

Objeto RemoteSystemSessionParticipant correspondiente al participante que se va a quitar.

Devoluciones

Una operación asincrónica que contiene un valor booleano: true si la operación de eliminación se realizó correctamente; de lo contrario, false.

Atributos

Requisitos de Windows

Características de aplicaciones
remoteSystem

Se aplica a