Changes between Version 10 and Version 11 of Documentation/SystemQueue


Ignore:
Timestamp:
Feb 4, 2010, 6:13:12 PM (15 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/SystemQueue

    v10 v11  
    8383== Using !EnterMethod functionality ==
    8484
    85 If using events seems to complicated, Ariba provides an easier method called EnterMethod. It simply interrupts the Ariba thread, puts it into a safe state so you can call whatever function you require on the Ariba interface.
     85If using events seems to complicated, Ariba provides an easier method called !EnterMethod. It simply interrupts the Ariba thread, puts it into a safe state so you can call whatever function you require on the Ariba interface. Note, that the call to {{{EnterMethod::enter()}}} will block until the current Ariba event has been handled. However, this should not take more than a few milliseconds at most.
    8686
    8787{{{