RequestType

The RequestType object specifies type of API request.

NameData TypeDescription
AsynchronousEnumerationSpecifies that the API request is processed asynchronously. The request is queued and a response is returned to the caller immediately. Once the request has been processed, if the caller has supplied information in the SendReponseTo array of the Options, the actual results of the request are returned to the caller.
SynchronousEnumerationSpecifies that the process is processed synchronously.