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)

protected MpnsMessage(
	string version,
	string template
)

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.

Return to top
Show: