PushClient.SendNotificationAsync Method (Notification, IEnumerable(Of String))

 

Makes NotificationHubClient send operation mockable.

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

Protected Overridable Function SendNotificationAsync (
	notification As Notification,
	tags As IEnumerable(Of String)
) As Task(Of NotificationOutcome)

Parameters

notification
Type: Microsoft.ServiceBus.Notifications.Notification

The notification to send.

tags
Type: System.Collections.Generic.IEnumerable(Of String)

The set of tags to use for this notification.

Return Value

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

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

Return to top
Show: