RemoteSystemSession.SendInvitationAsync(RemoteSystem) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
邀请给定的远程设备加入此远程会话。
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 来处理邀请。