你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Definition

Initializes a new instance of the Notification class.

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)

Parameters

additionalHeaders
IDictionary<String,String>

The additional headers.

tag
String

The notification tag.

contentType
String

Notification content type.

Applies to