MpnsMessage Constructor (String, String)
Initializes a new instance of the MpnsMessage class with a given version and template
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
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.
Show: