MobileServicesTable.refresh function

Gets the latest property values from the table in the mobile service.

mobileServiceTable.refresh(instance);

Parameters

  • instance
    Type: object

    The instance to refresh with values from the mobile service.

  • parameters
    Type: object

    A JSON object that contains user-defined parameters and values to include in the request URI query string.

Return Value

Type: A Promise object that returns the requested instance when it completes.

Call the done method on the returned Promise object to get the requested object and handle any errors.

.NET Framework Equivalent

RefreshAsync

Requirements

Namespace

WindowsAzure.MobileServices

Library

MobileServices.js

See Also

Reference

MobileServiceTable object

Other Resources

Get started with data in Mobile Services
How to use an HTML/JavaScript client for Azure Mobile Services