| Modifier and Type | Method and Description |
|---|---|
T |
execute()
Execute the request.
|
rx.Observable<T> |
executeAsync()
Execute the request asynchronously.
|
ServiceFuture<T> |
executeAsync(ServiceCallback<T> callback)
Execute the request asynchronously.
|
T execute()
rx.Observable<T> executeAsync()
ServiceFuture<T> executeAsync(ServiceCallback<T> callback)
callback - the callback for success and failure/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/