RemoteSystemSessionController.RemoveParticipantAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
|