Share via


MpnsMessage Constructor (String, String)

 

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

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

Syntax

protected MpnsMessage(
    string version,
    string template
)
protected:
MpnsMessage(
    String^ version,
    String^ template
)
new : 
        version:string *
        template:string -> MpnsMessage
Protected Sub New (
    version As String,
    template As String
)

Parameters

  • version
    Type: System.String

    Optional version of the tile, e.g. "2.0", or null.

  • template
    Type: System.String

    Optional name of the template, e.g. "FlipTile", or null.

See Also

MpnsMessage Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top