Bagikan melalui


RemoteSystemSessionController.RemoveParticipantAsync Metode

Definisi

Menghapus peserta dari sesi jarak jauh.

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

Objek RemoteSystemSessionParticipant yang sesuai dengan peserta yang dihapus.

Mengembalikan

Operasi asinkron yang berisi nilai boolean: true jika operasi penghapusan berhasil, jika tidak salah.

Atribut

Persyaratan Windows

Kemampuan aplikasi
remoteSystem

Berlaku untuk