Table of Contents

Interface IDeviceDiscoveryService

Namespace
Ranorex.Core.Remoting
Assembly
Ranorex.Core.dll
public interface IDeviceDiscoveryService

Properties

IsDiscovering

bool IsDiscovering { get; }

Property Value

bool

Methods

Abort()

void Abort()

BeginDiscover(TimeSpan)

void BeginDiscover(TimeSpan timeout)

Parameters

timeout TimeSpan

Discover(TimeSpan)

IList<IRemoteEndpointInformation> Discover(TimeSpan timeout)

Parameters

timeout TimeSpan

Returns

IList<IRemoteEndpointInformation>

Events

DeviceDiscoveredEvent

event EventHandler<DeviceDiscoveredEventArgs> DeviceDiscoveredEvent

Event Type

EventHandler<DeviceDiscoveredEventArgs>

DiscoverFinished

event EventHandler DiscoverFinished

Event Type

EventHandler