共用方式為


RemoteSystemSessionController.RemoveParticipantAsync 方法

定義

從遠端會話中移除參與者。

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)

參數

pParticipant
RemoteSystemSessionParticipant

RemoteSystemSessionParticipant物件,對應至要移除的參與者。

傳回

包含布林值的非同步作業:如果移除作業成功,則為 true ,否則為 false

屬性

Windows 需求

應用程式功能
remoteSystem

適用於