RemoteSystemSession.SendInvitationAsync(RemoteSystem) 方法

定义

邀请给定的远程设备加入此远程会话。

public:
 virtual IAsyncOperation<bool> ^ SendInvitationAsync(RemoteSystem ^ invitee) = SendInvitationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> SendInvitationAsync(RemoteSystem const& invitee);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> SendInvitationAsync(RemoteSystem invitee);
function sendInvitationAsync(invitee)
Public Function SendInvitationAsync (invitee As RemoteSystem) As IAsyncOperation(Of Boolean)

参数

invitee
RemoteSystem

表示要向其发送此邀请的系统的 RemoteSystem 对象。

返回

具有布尔值的异步操作:如果成功发送邀请,则为 true ,否则 为 false

属性

Windows 要求

应用功能
remoteSystem

注解

接收邀请的设备需要使用 RemoteSystemSessionInvitationListener 来处理邀请。

适用于