ApplePushMessage Constructor

 

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

NameDescription
System_CAPS_pubmethodApplePushMessage()

Initializes a new instance of the ApplePushMessage class enabling creation a notification message targeting Apple Push Notification Service. Set the appropriate properties on the message and submit through the PushClient.

System_CAPS_protmethodApplePushMessage(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethodApplePushMessage(String, Nullable<TimeSpan>)

Initializes a new instance of the ApplePushMessage class with a given alert message and an optional expiration of the notification.

Return to top
Show: