INotificationHandler Methods

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

NameDescription
System_CAPS_pubmethodRegister(ApiServices, HttpRequestContext, NotificationRegistration)

This method is called when a client is registering to receive notifications. It is called just before the request is submitted to the Notification Hub and so the implementation of this method can modify the registration before it is submitted.

System_CAPS_pubmethodUnregister(ApiServices, HttpRequestContext, String)

This method is called when a client is unregistering to no longer receive notifications. It is called just before the request is submitted to the Notification Hub.

Return to top
Show: