MobileServiceClient Constructor (String, String)

 

Initializes a new instance of the MobileServiceClient class with the specified application URL and application key.

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile (in Microsoft.WindowsAzure.Mobile.dll)

Syntax

public MobileServiceClient(
    string applicationUrl,
    string applicationKey
)
public:
MobileServiceClient(
    String^ applicationUrl,
    String^ applicationKey
)
new : 
        applicationUrl:string *
        applicationKey:string -> MobileServiceClient
Public Sub New (
    applicationUrl As String,
    applicationKey As String
)

Parameters

  • applicationUrl
    Type: System.String

    The URL to the Mobile Services application.

  • applicationKey
    Type: System.String

    The Mobile Service application's key.

See Also

MobileServiceClient Overload
MobileServiceClient Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top