PushClient.SendAsync Method (IPushMessage)
Sends a notification to the Notification Hub.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Public Overridable Function SendAsync ( message As IPushMessage ) As Task(Of NotificationOutcome)
Parameters
- message
-
Type:
Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage
The notification payload is one of WindowsPushMessage, ApplePushMessage, or TemplatePushMessage.
Return Value
Type: System.Threading.Tasks.Task(Of NotificationOutcome)A Task(Of TResult) representing the notification send operation.
Show: