Partager via


Notification(IDictionary<String,String>, String, String) Constructeur

Définition

Initialise une nouvelle instance de la classe Notification.

protected Notification (System.Collections.Generic.IDictionary<string,string> additionalHeaders, string tag, string contentType);
new Microsoft.Azure.NotificationHubs.Notification : System.Collections.Generic.IDictionary<string, string> * string * string -> Microsoft.Azure.NotificationHubs.Notification
Protected Sub New (additionalHeaders As IDictionary(Of String, String), tag As String, contentType As String)

Paramètres

additionalHeaders
IDictionary<String,String>

En-têtes supplémentaires.

tag
String

Balise de notification.

contentType
String

Type de contenu de notification.

S’applique à