MobileServiceClient.InvokeApiAsync Method (String)

 

Invokes a user-defined custom API of a Azure Mobile Service using an HTTP POST.

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

Syntax

public Task<JToken> InvokeApiAsync(
    string apiName
)
public:
virtual Task<JToken^>^ InvokeApiAsync(
    String^ apiName
) sealed
abstract InvokeApiAsync : 
        apiName:string -> Task<JToken>
override InvokeApiAsync : 
        apiName:string -> Task<JToken>
Public Function InvokeApiAsync (
    apiName As String
) As Task(Of JToken)

Parameters

Return Value

Type: System.Threading.Tasks.Task<JToken>

Returns Task<TResult>.

See Also

InvokeApiAsync Overload
MobileServiceClient Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top