Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is only one RequestService instance per Nexaweb client session instance. You can get the RequestService instance in a MCO by calling:

ClientSession clientSession cs = McoContainer.getClientSessionFromMco(this);     

...

requestService.stopPolling(); 


PushConnection and Polling startup configuration

...