WindowsNotification Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WindowsNotification(String) |
Initializes a new instance of the WindowsNotification class. |
WindowsNotification(XmlDocument) |
Initializes a new instance of the WindowsNotification class. |
WindowsNotification(String, IDictionary<String,String>) |
Initializes a new instance of the WindowsNotification class. |
WindowsNotification(String, String) |
Obsolete.
Initializes a new instance of the WindowsNotification class. |
WindowsNotification(XmlDocument, IDictionary<String,String>) |
Initializes a new instance of the WindowsNotification class. |
WindowsNotification(XmlDocument, String) |
Obsolete.
Initializes a new instance of the WindowsNotification class. |
WindowsNotification(String, IDictionary<String,String>, String) |
Obsolete.
Initializes a new instance of the WindowsNotification class. |
WindowsNotification(XmlDocument, IDictionary<String,String>, String) |
Obsolete.
Initializes a new instance of the WindowsNotification class. |
WindowsNotification(String)
Initializes a new instance of the WindowsNotification class.
public WindowsNotification (string payLoad);
new Microsoft.Azure.NotificationHubs.WindowsNotification : string -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As String)
Parameters
- payLoad
- String
The payload.
Applies to
WindowsNotification(XmlDocument)
Initializes a new instance of the WindowsNotification class.
public WindowsNotification (System.Xml.XmlDocument payLoad);
new Microsoft.Azure.NotificationHubs.WindowsNotification : System.Xml.XmlDocument -> Microsoft.Azure.NotificationHubs.WindowsNotification
Public Sub New (payLoad As XmlDocument)
Parameters
- payLoad
- XmlDocument
The payload.
Applies to
WindowsNotification(String, IDictionary<String,String>)
Initializes a new instance of the WindowsNotification class.
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))
Parameters
- payLoad
- String
The payload.
- wnsHeaders
- IDictionary<String,String>
A list of WNS headers.
Applies to
WindowsNotification(String, String)
Caution
This method is obsolete.
Initializes a new instance of the WindowsNotification class.
[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)
Parameters
- payLoad
- String
The payload.
- tag
- String
The notification tag.
- Attributes
Applies to
WindowsNotification(XmlDocument, IDictionary<String,String>)
Initializes a new instance of the WindowsNotification class.
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))
Parameters
- payLoad
- XmlDocument
The payload.
- wnsHeaders
- IDictionary<String,String>
A list of WNS headers.
Applies to
WindowsNotification(XmlDocument, String)
Caution
This method is obsolete.
Initializes a new instance of the WindowsNotification class.
[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)
Parameters
- payLoad
- XmlDocument
The payload.
- tag
- String
The notification tag.
- Attributes
Applies to
WindowsNotification(String, IDictionary<String,String>, String)
Caution
This method is obsolete.
Initializes a new instance of the WindowsNotification class.
[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)
Parameters
- payLoad
- String
The payload.
- wnsHeaders
- IDictionary<String,String>
A list of WNS headers.
- tag
- String
The notification tag.
- Attributes
Applies to
WindowsNotification(XmlDocument, IDictionary<String,String>, String)
Caution
This method is obsolete.
Initializes a new instance of the WindowsNotification class.
[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)
Parameters
- payLoad
- XmlDocument
The payload.
- wnsHeaders
- IDictionary<String,String>
A list of WNS headers.
- tag
- String
The notification tag.
- Attributes
Applies to
Azure SDK for .NET