Share via


ApplePushMessage Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod ApplePushMessage()

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_protmethod ApplePushMessage(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod ApplePushMessage(String, Nullable<TimeSpan>)

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

See Also

ApplePushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top