enqueue
Enqueue the request to be executed asynchronously.
Return
A Disposable which can be used to cancel or check the status of the request.
Parameters
request
The request to execute.
Enqueue the request to be executed asynchronously.
A Disposable which can be used to cancel or check the status of the request.
The request to execute.