MpnsMessage Class
Common base class used by MpnsPushMessage and related classes.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Microsoft.WindowsAzure.Mobile.Service.Notifications.MpnsMessage
Microsoft.WindowsAzure.Mobile.Service.Notifications.MpnsTileMessage
Microsoft.WindowsAzure.Mobile.Service.Notifications.Toast
| Name | Description | |
|---|---|---|
![]() | MpnsMessage(String, String) | Initializes a new instance of the MpnsMessage class with a given version and template |
| Name | Description | |
|---|---|---|
![]() | Properties | Gets the properties associated with this toast or tile. |
![]() | Template | Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name. |
![]() | TileId | Gets or sets the id of the tile. |
![]() | Version | Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is not intended for direct use; it is used by FlipTile, CycleTile, and IconicTile.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




