PushClient Methods
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | CreateNotification(IPushMessage) | Creates a Notification from a IPushMessage. |
![]() | CreateNotificationHubClient(String, String, Boolean) | Creates a NotificationHubClient in a mockable manner. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SendAsync(IPushMessage) | Sends a notification to the Notification Hub. |
![]() | SendAsync(IPushMessage, IEnumerable(Of String)) | Sends a notification to the Notification Hub with a given tag expression. |
![]() | SendAsync(IPushMessage, String) | Sends a notification to the Notification Hub with a given tag expression. |
![]() | SendNotificationAsync(Notification, IEnumerable(Of String)) | Makes NotificationHubClient send operation mockable. |
![]() | SendNotificationAsync(Notification, String) | Makes NotificationHubClient send operation mockable. |
![]() | ToString() | (Inherited from Object.) |
Show:

