WindowsPushMessage Class
The WindowsPushMessage helps generating a notification payload targeting Windows Push Notification Services. Notifications can be sent using the PushClient class which is available from the ApiServices class.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | WindowsPushMessage() | Initializes a new instance of the WindowsPushMessage class. |
![]() | WindowsPushMessage(Int32, TileBinding()) | Initializes a new instance of the WindowsPushMessage class. |
| Name | Description | |
|---|---|---|
![]() | Headers | Any additional HTTP headers sent to the Windows Push Notification Services along with the notification. |
![]() | Visual | A VisualTile element which contains multiple binding child elements, each of which defines a tile. |
![]() | XmlPayload | As an alternative to building the notification programmatically by adding TileBinding instances to the WindowsPushMessage, it is possible to provide a complete XML representation which will be sent to the Notification Hub unaltered. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Provides an XML representation of the WindowsPushMessage instance.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


