RemoteSystemSessionController.RemoveParticipantAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート セッションから参加者を削除します。
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
|