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 を使用して処理する必要があります。

適用対象