次の方法で共有


WindowsNotification コンストラクター

定義

オーバーロード

WindowsNotification(String)

WindowsNotification クラスの新しいインスタンスを初期化します。

WindowsNotification(XmlDocument)

WindowsNotification クラスの新しいインスタンスを初期化します。

WindowsNotification(String, IDictionary<String,String>)

WindowsNotification クラスの新しいインスタンスを初期化します。

WindowsNotification(String, String)
古い.

WindowsNotification クラスの新しいインスタンスを初期化します。

WindowsNotification(XmlDocument, IDictionary<String,String>)

WindowsNotification クラスの新しいインスタンスを初期化します。

WindowsNotification(XmlDocument, String)
古い.

WindowsNotification クラスの新しいインスタンスを初期化します。

WindowsNotification(String, IDictionary<String,String>, String)
古い.

WindowsNotification クラスの新しいインスタンスを初期化します。

WindowsNotification(XmlDocument, IDictionary<String,String>, String)
古い.

WindowsNotification クラスの新しいインスタンスを初期化します。

WindowsNotification(String)

WindowsNotification クラスの新しいインスタンスを初期化します。

public WindowsNotification (string payLoad);
new Microsoft.Azure.NotificationHubs.WindowsNotification : string -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As String)

パラメーター

payLoad
String

ペイロード。

適用対象

WindowsNotification(XmlDocument)

WindowsNotification クラスの新しいインスタンスを初期化します。

public WindowsNotification (System.Xml.XmlDocument payLoad);
new Microsoft.Azure.NotificationHubs.WindowsNotification : System.Xml.XmlDocument -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As XmlDocument)

パラメーター

payLoad
XmlDocument

ペイロード。

適用対象

WindowsNotification(String, IDictionary<String,String>)

WindowsNotification クラスの新しいインスタンスを初期化します。

public WindowsNotification (string payLoad, System.Collections.Generic.IDictionary<string,string> wnsHeaders);
new Microsoft.Azure.NotificationHubs.WindowsNotification : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As String, wnsHeaders As IDictionary(Of String, String))

パラメーター

payLoad
String

ペイロード。

wnsHeaders
IDictionary<String,String>

WNS ヘッダーの一覧。

適用対象

WindowsNotification(String, String)

注意事項

This method is obsolete.

WindowsNotification クラスの新しいインスタンスを初期化します。

[System.Obsolete("This method is obsolete.")]
public WindowsNotification (string payLoad, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.WindowsNotification : string * string -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As String, tag As String)

パラメーター

payLoad
String

ペイロード。

tag
String

通知タグ。

属性

適用対象

WindowsNotification(XmlDocument, IDictionary<String,String>)

WindowsNotification クラスの新しいインスタンスを初期化します。

public WindowsNotification (System.Xml.XmlDocument payLoad, System.Collections.Generic.IDictionary<string,string> wnsHeaders);
new Microsoft.Azure.NotificationHubs.WindowsNotification : System.Xml.XmlDocument * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As XmlDocument, wnsHeaders As IDictionary(Of String, String))

パラメーター

payLoad
XmlDocument

ペイロード。

wnsHeaders
IDictionary<String,String>

WNS ヘッダーの一覧。

適用対象

WindowsNotification(XmlDocument, String)

注意事項

This method is obsolete.

WindowsNotification クラスの新しいインスタンスを初期化します。

[System.Obsolete("This method is obsolete.")]
public WindowsNotification (System.Xml.XmlDocument payLoad, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.WindowsNotification : System.Xml.XmlDocument * string -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As XmlDocument, tag As String)

パラメーター

payLoad
XmlDocument

ペイロード。

tag
String

通知タグ。

属性

適用対象

WindowsNotification(String, IDictionary<String,String>, String)

注意事項

This method is obsolete.

WindowsNotification クラスの新しいインスタンスを初期化します。

[System.Obsolete("This method is obsolete.")]
public WindowsNotification (string payLoad, System.Collections.Generic.IDictionary<string,string> wnsHeaders, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.WindowsNotification : string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As String, wnsHeaders As IDictionary(Of String, String), tag As String)

パラメーター

payLoad
String

ペイロード。

wnsHeaders
IDictionary<String,String>

WNS ヘッダーの一覧。

tag
String

通知タグ。

属性

適用対象

WindowsNotification(XmlDocument, IDictionary<String,String>, String)

注意事項

This method is obsolete.

WindowsNotification クラスの新しいインスタンスを初期化します。

[System.Obsolete("This method is obsolete.")]
public WindowsNotification (System.Xml.XmlDocument payLoad, System.Collections.Generic.IDictionary<string,string> wnsHeaders, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.WindowsNotification : System.Xml.XmlDocument * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As XmlDocument, wnsHeaders As IDictionary(Of String, String), tag As String)

パラメーター

payLoad
XmlDocument

ペイロード。

wnsHeaders
IDictionary<String,String>

WNS ヘッダーの一覧。

tag
String

通知タグ。

属性

適用対象