Icon TEWBServerRequestType

Unit: ewbsrvrequest

TEWBServerRequestType = (rtSynchronous,rtAsynchronous)

The TEWBServerRequestType type is used by the TEWBServerRequest RequestType property to indicate whether the server request should execute synchronously (the default), or asynchronously.

If the server request executes synchronously, then the Execute method will wait for the request to completely execute before returning.

If the server request executes asynchronously, then the Execute method will not wait for the request to completely execute before returning.

ElementDescription
rtAsynchronousThe server request should execute asynchronously.
rtSynchronousThe server request should execute synchronously.
Image