Table of Contents

Interface IRemoteEndpoint

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

An generic endpoint.

public interface IRemoteEndpoint

Properties

Disconnected

Determines whether endpoint is disconnected or.

bool Disconnected { get; }

Property Value

bool

DisplayName

The display name of this endpoint

string DisplayName { get; }

Property Value

string

DisplayText

Readable summary of the endpoint.

string DisplayText { get; }

Property Value

string

Methods

ActivateConfig(string)

Activates a given config string for the current host.

void ActivateConfig(string config)

Parameters

config string

Encoded configuration string.

ConnectAsync()

Connects the endpoint.

Task ConnectAsync()

Returns

Task

Task for the connection in progress.

MakeCurrentHostAsync()

Sets endpoint as current automation host.

Task MakeCurrentHostAsync()

Returns

Task

Task for the operation in progress.