RemoteSystemSessionController.RemoveParticipantAsync Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
|