WindowsPushMessage Constructor (Int32, TileBinding())

 

Initializes a new instance of the WindowsPushMessage class.

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

Public Sub New (
	version As Integer,
	ParamArray bindings As TileBinding()
)

Parameters

version
Type: System.Int32

The version of the tile XML schema this particular payload was developed for (e.g. "1" or "2").

bindings
Type: Microsoft.WindowsAzure.Mobile.Service.TileBinding()

An initial set of bindings for this WindowsPushMessage.

Return to top
Show: