|
General usage (important)
|
Previous Top Next |
| · | Property stateID refers to the instance of the service you want to use.
|
| · | Calling a statefull service with stateID = -1 will create a new instance of the service on the server and update property stateID for reference.
|
| · | Calling a statefull service with stateID <> -1 will make the server re-use that instance.
|
| · | Calling a stateless service will ignore the stateID setting, but it will be set to -1 afterwards !
|