MobileServiceClient Constructor (Uri, String)

 

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

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

Syntax

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

Parameters

  • applicationUri
    Type: System.Uri

    The URI 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