Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Repository > PP.Mb > Classes > PPService > PPService.beginSyncXHR

PPService.beginSyncXHR

Syntax

beginSyncXHR ();

Description

The beginSyncXHR method enables synchronous requests mode for an instance of the PPService class.

Comments

The beginSyncXHR method is used together with the PPService.endSyncXHR method. These methods are used when it is necessary to stop Javascript scenarios execution until getting Web service responce.

See also:

PPService