GooglePushMessage Constructor

 

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

NameDescription
System_CAPS_pubmethodGooglePushMessage()

Initializes a new instance of the GooglePushMessage class enabling creation of a notification message targeting Google Cloud Messaging for Chrome (GCM).Set the appropriate properties on the message and submit through the PushClient

System_CAPS_pubmethodGooglePushMessage(IDictionary<String^, String^>^, Nullable<TimeSpan>)

Initializes a new instance of the GooglePushMessage class with a given set of data parameters and an optional timeToLive.

System_CAPS_protmethodGooglePushMessage(SerializationInfo^, StreamingContext)

Initializes a new instance of the GooglePushMessage class with the specified serialization information and streaming context.

Return to top
Show: