Asynchronous?
Hi All
I have noticed a new feature on services called 'Asynchronous' but after researching this feature I am unsure of what it does. There doesn't appear to be much/any documentation on this.
Can anybody please clarify?
Thanks
Ashley
Hi All
I have noticed a new feature on services called 'Asynchronous' but after researching this feature I am unsure of what it does. There doesn't appear to be much/any documentation on this.
Can anybody please clarify?
Thanks
Ashley
Asynchronous services will create and execute in their own thread. They cannot have a return value since, when you run them the thread is created and runs independently on the platform. If called from within another service the calling service will not wait for the async service to complete. This can be very useful for long running services, especially ones on timers, that update background data structure or perform system maintenance tasks.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.