MpnsNotification コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MpnsNotification(String) |
MpnsNotification クラスの新しいインスタンスを初期化します。 |
MpnsNotification(XmlDocument) |
MpnsNotification クラスの新しいインスタンスを初期化します。 |
MpnsNotification(String, IDictionary<String,String>) |
MpnsNotification クラスの新しいインスタンスを初期化します。 |
MpnsNotification(String, String) |
古い.
MpnsNotification クラスの新しいインスタンスを初期化します。 |
MpnsNotification(XmlDocument, IDictionary<String,String>) |
MpnsNotification クラスの新しいインスタンスを初期化します。 |
MpnsNotification(XmlDocument, String) |
古い.
MpnsNotification クラスの新しいインスタンスを初期化します。 |
MpnsNotification(String, IDictionary<String,String>, String) |
古い.
MpnsNotification クラスの新しいインスタンスを初期化します。 |
MpnsNotification(XmlDocument, IDictionary<String,String>, String) |
古い.
MpnsNotification クラスの新しいインスタンスを初期化します。 |
MpnsNotification(String)
MpnsNotification クラスの新しいインスタンスを初期化します。
public MpnsNotification (string payLoad);
new Microsoft.Azure.NotificationHubs.MpnsNotification : string -> Microsoft.Azure.NotificationHubs.MpnsNotification
Public Sub New (payLoad As String)
パラメーター
- payLoad
- String
ペイロード。
適用対象
MpnsNotification(XmlDocument)
MpnsNotification クラスの新しいインスタンスを初期化します。
public MpnsNotification (System.Xml.XmlDocument payLoad);
new Microsoft.Azure.NotificationHubs.MpnsNotification : System.Xml.XmlDocument -> Microsoft.Azure.NotificationHubs.MpnsNotification
Public Sub New (payLoad As XmlDocument)
パラメーター
- payLoad
- XmlDocument
ペイロード。
適用対象
MpnsNotification(String, IDictionary<String,String>)
MpnsNotification クラスの新しいインスタンスを初期化します。
public MpnsNotification (string payLoad, System.Collections.Generic.IDictionary<string,string> mpnsHeaders);
new Microsoft.Azure.NotificationHubs.MpnsNotification : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.MpnsNotification
Public Sub New (payLoad As String, mpnsHeaders As IDictionary(Of String, String))
パラメーター
- payLoad
- String
ペイロード。
- mpnsHeaders
- IDictionary<String,String>
MPNS ヘッダー。
例外
ペイロード
適用対象
MpnsNotification(String, String)
注意事項
This method is obsolete.
MpnsNotification クラスの新しいインスタンスを初期化します。
[System.Obsolete("This method is obsolete.")]
public MpnsNotification (string payLoad, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.MpnsNotification : string * string -> Microsoft.Azure.NotificationHubs.MpnsNotification
Public Sub New (payLoad As String, tag As String)
パラメーター
- payLoad
- String
ペイロード。
- tag
- String
通知タグ。
- 属性
適用対象
MpnsNotification(XmlDocument, IDictionary<String,String>)
MpnsNotification クラスの新しいインスタンスを初期化します。
public MpnsNotification (System.Xml.XmlDocument payLoad, System.Collections.Generic.IDictionary<string,string> mpnsHeaders);
new Microsoft.Azure.NotificationHubs.MpnsNotification : System.Xml.XmlDocument * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.MpnsNotification
Public Sub New (payLoad As XmlDocument, mpnsHeaders As IDictionary(Of String, String))
パラメーター
- payLoad
- XmlDocument
ペイロード。
- mpnsHeaders
- IDictionary<String,String>
MPNS ヘッダー。
適用対象
MpnsNotification(XmlDocument, String)
注意事項
This method is obsolete.
MpnsNotification クラスの新しいインスタンスを初期化します。
[System.Obsolete("This method is obsolete.")]
public MpnsNotification (System.Xml.XmlDocument payLoad, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.MpnsNotification : System.Xml.XmlDocument * string -> Microsoft.Azure.NotificationHubs.MpnsNotification
Public Sub New (payLoad As XmlDocument, tag As String)
パラメーター
- payLoad
- XmlDocument
ペイロード。
- tag
- String
通知タグ。
- 属性
適用対象
MpnsNotification(String, IDictionary<String,String>, String)
注意事項
This method is obsolete.
MpnsNotification クラスの新しいインスタンスを初期化します。
[System.Obsolete("This method is obsolete.")]
public MpnsNotification (string payLoad, System.Collections.Generic.IDictionary<string,string> mpnsHeaders, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.MpnsNotification : string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.NotificationHubs.MpnsNotification
Public Sub New (payLoad As String, mpnsHeaders As IDictionary(Of String, String), tag As String)
パラメーター
- payLoad
- String
ペイロード。
- mpnsHeaders
- IDictionary<String,String>
MPNS ヘッダー。
- tag
- String
通知タグ。
- 属性
例外
ペイロードが null または空の場合にスローされます
適用対象
MpnsNotification(XmlDocument, IDictionary<String,String>, String)
注意事項
This method is obsolete.
MpnsNotification クラスの新しいインスタンスを初期化します。
[System.Obsolete("This method is obsolete.")]
public MpnsNotification (System.Xml.XmlDocument payLoad, System.Collections.Generic.IDictionary<string,string> mpnsHeaders, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.MpnsNotification : System.Xml.XmlDocument * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.NotificationHubs.MpnsNotification
Public Sub New (payLoad As XmlDocument, mpnsHeaders As IDictionary(Of String, String), tag As String)
パラメーター
- payLoad
- XmlDocument
ペイロード。
- mpnsHeaders
- IDictionary<String,String>
MPNS ヘッダー。
- tag
- String
通知タグ。
- 属性
適用対象
Azure SDK for .NET