MpnsMessage Class

 

Common base class used by MpnsPushMessage and related classes.

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


public abstract class MpnsMessage : IXmlSerializable

NameDescription
System_CAPS_protmethodMpnsMessage(String, String)

Initializes a new instance of the MpnsMessage class with a given version and template

NameDescription
System_CAPS_protpropertyProperties

Gets the properties associated with this toast or tile.

System_CAPS_protpropertyTemplate

Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name.

System_CAPS_protpropertyTileId

Gets or sets the id of the tile.

System_CAPS_protpropertyVersion

Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: