Share via


PushClient.SendAsync Method

 

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

Overload List

Name Description
System_CAPS_pubmethod SendAsync(IPushMessage)

Sends a notification to the Notification Hub.

System_CAPS_pubmethod SendAsync(IPushMessage, IEnumerable<String>)

Sends a notification to the Notification Hub with a given tag expression.

System_CAPS_pubmethod SendAsync(IPushMessage, String)

Sends a notification to the Notification Hub with a given tag expression.

See Also

PushClient Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top