RemoteSystemSession.SendInvitationAsync(RemoteSystem) Methode

Definition

Lädt ein bestimmtes Remotegerät ein, an dieser Remotesitzung teilzunehmen.

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)

Parameter

invitee
RemoteSystem

Das RemoteSystem-Objekt, das das System darstellt, an das diese Einladung gesendet wird.

Gibt zurück

Ein asynchroner Vorgang mit einem booleschen Wert: true , wenn die Einladung erfolgreich gesendet wurde, andernfalls false.

Attribute

Windows-Anforderungen

App-Funktionen
remoteSystem

Hinweise

Das Gerät, das die Einladung empfängt, muss einen RemoteSystemSessionInvitationListener verwenden, um sie zu verarbeiten.

Gilt für: