RemoteSystemSessionController.RemoveParticipantAsync Methode

Definition

Entfernt einen Teilnehmer aus der Remotesitzung.

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)

Parameter

pParticipant
RemoteSystemSessionParticipant

Ein RemoteSystemSessionParticipant-Objekt , das dem zu entfernenden Teilnehmer entspricht.

Gibt zurück

Ein asynchroner Vorgang mit einem booleschen Wert: true , wenn der Entfernungsvorgang erfolgreich war, andernfalls false.

Attribute

Windows-Anforderungen

App-Funktionen
remoteSystem

Gilt für: