Application Constructor RemotePhoneCallService API Reference
Creates a new remote CallCenter application instance. Before a remote CallCenter process can be controlled via this instance the application needs to be connected. For this purpose, the BeginConnect(Boolean)-method needs to be invoked. This constructor should be called from the main GUI-thread to allow the Application-events to be fired in the context of this thread.

Namespace: JustRemotePhone.RemotePhoneService
Assembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax

public Application(
	string clientDescription
)

Parameters

clientDescription
Type: OnlineSystem String
A human readable text which is shown in the grant permission dialog opened by CallCenter.
See Also