Share via


MpnsTileMessage Constructor (String, String)

 

Initializes a new MpnsTileMessage implementation 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 MpnsTileMessage(
    string version,
    string template
)
protected:
MpnsTileMessage(
    String^ version,
    String^ template
)
new : 
        version:string *
        template:string -> MpnsTileMessage
Protected Sub New (
    version As String,
    template As String
)

Parameters

See Also

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

Return to top