AppleNotification Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AppleNotification(String) |
Initialisiert eine neue Instanz der AppleNotification-Klasse. |
AppleNotification(String, IDictionary<String,String>) |
Initialisiert eine neue Instanz der AppleNotification-Klasse. |
AppleNotification(String, Nullable<DateTime>) |
Initialisiert eine neue Instanz der AppleNotification-Klasse. |
AppleNotification(String, String) |
Veraltet.
Initialisiert eine neue Instanz der AppleNotification-Klasse. |
AppleNotification(String, Nullable<DateTime>, String) |
Veraltet.
Initialisiert eine neue Instanz der AppleNotification-Klasse. |
AppleNotification(String)
Initialisiert eine neue Instanz der AppleNotification-Klasse.
public AppleNotification(string jsonPayload);
new Microsoft.Azure.NotificationHubs.AppleNotification : string -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String)
Parameter
- jsonPayload
- String
Die JSON-Nutzlast.
Gilt für:
AppleNotification(String, IDictionary<String,String>)
Initialisiert eine neue Instanz der AppleNotification-Klasse.
public AppleNotification(string jsonPayload, System.Collections.Generic.IDictionary<string,string> apnsHeaders);
new Microsoft.Azure.NotificationHubs.AppleNotification : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String, apnsHeaders As IDictionary(Of String, String))
Parameter
- jsonPayload
- String
Die JSON-Nutzlast.
- apnsHeaders
- IDictionary<String,String>
Die APNS-Header.
Gilt für:
AppleNotification(String, Nullable<DateTime>)
Initialisiert eine neue Instanz der AppleNotification-Klasse.
public AppleNotification(string jsonPayload, DateTime? expiry);
new Microsoft.Azure.NotificationHubs.AppleNotification : string * Nullable<DateTime> -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String, expiry As Nullable(Of DateTime))
Parameter
- jsonPayload
- String
Die JSON-Nutzlast.
Gilt für:
AppleNotification(String, String)
Achtung
This method is obsolete.
Initialisiert eine neue Instanz der AppleNotification-Klasse.
[System.Obsolete("This method is obsolete.")]
public AppleNotification(string jsonPayload, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.AppleNotification : string * string -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String, tag As String)
Parameter
- jsonPayload
- String
Die JSON-Nutzlast.
- tag
- String
Das Benachrichtigungstag.
- Attribute
Gilt für:
AppleNotification(String, Nullable<DateTime>, String)
Achtung
This method is obsolete.
Initialisiert eine neue Instanz der AppleNotification-Klasse.
[System.Obsolete("This method is obsolete.")]
public AppleNotification(string jsonPayload, DateTime? expiry, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.AppleNotification : string * Nullable<DateTime> * string -> Microsoft.Azure.NotificationHubs.AppleNotification
Public Sub New (jsonPayload As String, expiry As Nullable(Of DateTime), tag As String)
Parameter
- jsonPayload
- String
Die JSON-Nutzlast.
- tag
- String
Das Benachrichtigungstag.
- Attribute
Gilt für:
Azure SDK for .NET