MobileServiceClient Constructor (String)

 

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

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

Syntax

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

Parameters

  • applicationUrl
    Type: System.String

    The URL to the Mobile Services application.

See Also

MobileServiceClient Overload
MobileServiceClient Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top