Aktivitäten
Neuestes
False
Bannerhintergrundbild
UIAutomation-Aktivitäten
Letzte Aktualisierung 26. Apr. 2024

Verbinden

Verbindet ein Gerät mit einer Anwendung.

Definition

Namespace: UiPath.MobileAutomation.API.Contracts

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

Überladungen

ÜberladenBeschreibung
Connect(Device, Application, ConnectionOptions)Verbindet ein Gerät und Anwendungsobjekte.
Connect(string, string, ConnectionOptions)Verbindet ein Gerät und eine Anwendung, die beide im Mobile Device Manager konfiguriert sind.

Connect(Device, Application, ConnectionOptions)

Verbindet ein Gerät und Anwendungsobjekte.

Connect(
	    Device device,
	    Application application = null,
	    ConnectionOptions options = null
)Connect(
	    Device device,
	    Application application = null,
	    ConnectionOptions options = null
)
device Gerät
Das Geräteobjekt, das Sie verbinden möchten.
application Anwendung
Das Anwendungsobjekt, wie im Mobile Device Manager konfiguriert.
options ConnectionOptions (Optional)
Optionen zum weiteren Konfigurieren der Verbindung.

Connect(string, string, ConnectionOptions)

Verbindet ein Gerät und eine Anwendung, die beide im Mobile Device Manager konfiguriert sind.

Connect(
	    string name,
	    string applicationName = null,
	    ConnectionOptions options = null
)Connect(
	    string name,
	    string applicationName = null,
	    ConnectionOptions options = null
)
name String
Der Name des Geräts, wie im Mobile Device Manager konfiguriert.
applicationName String
Der Name der Anwendung, wie im Mobile Device Manager konfiguriert.
options ConnectionOptions (Optional)
Optionen zum weiteren Konfigurieren der Verbindung.

Rückgabewert

Connection

Ein Verbindungsobjekt, über das Sie die Mobile Automation APIs verwenden können.

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
UiPath Logo weiß
Vertrauen und Sicherheit
© 2005-2024 UiPath. All rights reserved.