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)

Protected Sub New (
	version As String,
	template As String
)

Parameters

version
Type: System.String

The version of the tile.

template
Type: System.String

The name of the template.

Return to top
Show: