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

適用対象