Application BeginConnect Method RemotePhoneCallService API Reference
Starts the connection loop. The application tries to connect to the CallCenter process until BeginDisconnect  is invoked or CallCenter denies the access.

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

public void BeginConnect(
	bool startCallCenter
)

Parameters

startCallCenter
Type: OnlineSystem Boolean
If true and no running CallCenter process is found, CallCenter will be started
See Also