PushClient.SendAsync Method (IPushMessage)

 

Sends a notification to the Notification Hub.

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

Public Overridable Function SendAsync (
	message As IPushMessage
) As Task(Of NotificationOutcome)

Return Value

Type: System.Threading.Tasks.Task(Of NotificationOutcome)

A Task(Of TResult) representing the notification send operation.

Return to top
Show: