Toast Class
Represents a Toast notification targeting MPNS. Use the Toast with MpnsPushMessage to create an MPNS notification and send it using the PushClient.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Microsoft.WindowsAzure.Mobile.Service.Notifications::MpnsMessage
Microsoft.WindowsAzure.Mobile.Service.Notifications::Toast
| Name | Description | |
|---|---|---|
![]() | Toast() | Initializes a new instance of the Toast. |
| Name | Description | |
|---|---|---|
![]() | Parameter | Gets or sets the Param field of the toast. |
![]() | Properties | Gets the properties associated with this toast or tile.(Inherited from MpnsMessage.) |
![]() | Template | Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name.(Inherited from MpnsMessage.) |
![]() | Text1 | Gets or sets the Text1 field of the toast. |
![]() | Text2 | Gets or sets the Text2 field of the toast. |
![]() | TileId | Gets or sets the id of the tile.(Inherited from MpnsMessage.) |
![]() | Version | Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version.(Inherited from MpnsMessage.) |
| 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema() | (Inherited from MpnsMessage.) |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | (Inherited from MpnsMessage.) |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | (Inherited from MpnsMessage.) |
For more information about the MPNS Toast, see http://msdn.microsoft.com/library/windowsphone/develop/jj662938.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





