ApplePushMessage Constructor
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Overload List
Name | Description | |
---|---|---|
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. |
|
ApplePushMessage(SerializationInfo, StreamingContext) | Initializes a new instance of the ApplePushMessage class with the specified serialization information and streaming context. |
|
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