Share via


PushClient.EnableTestSend Property

 

When test send is enabled, all notifications only reach up to 10 devices for each send call and the SendNotificationAsync method return a detailed list of the outcomes for all those notification deliveries (for example, authentication errors, throttling errors, and so on).

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

Syntax

public virtual bool EnableTestSend { get; set; }
public:
property bool EnableTestSend {
    virtual bool get();
    virtual void set(bool value);
}
abstract EnableTestSend : bool with get, set
override EnableTestSend : bool with get, set
Public Overridable Property EnableTestSend As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top