PushClient Methods

 

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

NameDescription
System_CAPS_protmethodCreateNotification(IPushMessage)

Creates a Notification from a IPushMessage.

System_CAPS_protmethodCreateNotificationHubClient(String, String, Boolean)

Creates a NotificationHubClient in a mockable manner.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSendAsync(IPushMessage)

Sends a notification to the Notification Hub.

System_CAPS_pubmethodSendAsync(IPushMessage, IEnumerable(Of String))

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

System_CAPS_pubmethodSendAsync(IPushMessage, String)

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

System_CAPS_protmethodSendNotificationAsync(Notification, IEnumerable(Of String))

Makes NotificationHubClient send operation mockable.

System_CAPS_protmethodSendNotificationAsync(Notification, String)

Makes NotificationHubClient send operation mockable.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: