| Modifier and Type | Method and Description |
|---|---|
T |
apply()
Execute the update request.
|
rx.Observable<T> |
applyAsync()
Execute the update request asynchronously.
|
ServiceFuture<T> |
applyAsync(ServiceCallback<T> callback)
Execute the update request asynchronously.
|
T apply()
rx.Observable<T> applyAsync()
ServiceFuture<T> applyAsync(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.
*/