MobileServiceClientExtensions.GetPush Method (MobileServiceClient)

 

Extension method to get a Push object made from an existing MobileServiceClient.

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

Syntax

public static Push GetPush(
    this MobileServiceClient client
)
public:
[ExtensionAttribute]
static Push^ GetPush(
    MobileServiceClient^ client
)
static member GetPush : 
        client:MobileServiceClient -> Push
<ExtensionAttribute>
Public Shared Function GetPush (
    client As MobileServiceClient
) As Push

Parameters

Return Value

Type: Microsoft.WindowsAzure.MobileServices.Push

The Push object used for registering for notifications.

See Also

MobileServiceClientExtensions Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top