EN
Bu içerik dilinizde bulunmamaktadır ancak İngilizce sürümüne buradan bakabilirsiniz.
MobileServiceClient object
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The feature described in this topic is available only in preview. To use this feature and other new Windows Azure capabilities, sign up for the free preview.
The feature described in this topic is available only in preview. To use this feature and other new Windows Azure capabilities, sign up for the free preview.
var mobileServiceClient = new Microsoft.WindowsAzure.MobileServices.MobileServiceClient(applicationUrl, applicationKey);
This object contains the following members:
Constructor
Methods
| Method | Description |
|---|---|
|
Gets a reference to a table and its data operations. |
|
|
Logs a user into the mobile service using an access token. |
|
|
Logs a user out of the mobile service. |
|
|
Creates a new MobileServiceClient with a filter used to process all of its HTTP requests and responses. |
Properties
| Property | Description |
|---|---|
|
The application key of the mobile service. |
|
|
The URL to the mobile service. |
|
|
The current user. |
|
Namespace |
Microsoft.WindowsAzure.MobileServices |
|
Library |
MobileServices.js |