
edtResult = ConnectionManager.Connect()
Note:
edtResult – this is edit control that contains the result of the Connect method.
edtResult = ConnectionManager.IsConnected()
Note:
edtResult – the edit control that contains the result of the IsConnected method.
This method will be useful, if you want to check if there is a connection first before starting the synchronisation.