Share via


ApplePushMessage Constructor ()

 

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.

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

Syntax

public ApplePushMessage()
public:
ApplePushMessage()
new : unit -> ApplePushMessage
Public Sub New

See Also

ApplePushMessage Overload
ApplePushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top