PushClient(HttpConfiguration) Constructor

Definition

Initializes a new instance of the PushClient with a given

public PushClient (System.Web.Http.HttpConfiguration config);
new Microsoft.Azure.Mobile.Server.Notifications.PushClient : System.Web.Http.HttpConfiguration -> Microsoft.Azure.Mobile.Server.Notifications.PushClient
Public Sub New (config As HttpConfiguration)

Parameters

config
System.Web.Http.HttpConfiguration

The System.Web.Http.HttpConfiguration for the current service.

Applies to