Partager via


NotificationHubClient.SendBaiduNativeNotificationAsync Méthode

Définition

Surcharges

SendBaiduNativeNotificationAsync(String, IEnumerable<String>, CancellationToken)

Envoie une notification native Baidu à une expression de balise (une seule balise « tag » est une expression de balise valide).

SendBaiduNativeNotificationAsync(String, String, CancellationToken)

Envoie une notification native Baidu à une expression de balise (une seule balise « tag » est une expression de balise valide).

SendBaiduNativeNotificationAsync(String, String)

Envoie une notification native Baidu à une expression de balise (une seule balise « tag » est une expression de balise valide).

SendBaiduNativeNotificationAsync(String, IEnumerable<String>)

Envoie une notification native Baidu à une expression de balise (une seule balise « tag » est une expression de balise valide).

SendBaiduNativeNotificationAsync(String)

Envoie une notification native Baidu.

SendBaiduNativeNotificationAsync(String, CancellationToken)

Envoie une notification native Baidu.

SendBaiduNativeNotificationAsync(String, IEnumerable<String>, CancellationToken)

Envoie une notification native Baidu à une expression de balise (une seule balise « tag » est une expression de balise valide).

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome> SendBaiduNativeNotificationAsync (string message, System.Collections.Generic.IEnumerable<string> tags, System.Threading.CancellationToken cancellationToken);
abstract member SendBaiduNativeNotificationAsync : string * seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
override this.SendBaiduNativeNotificationAsync : string * seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
Public Function SendBaiduNativeNotificationAsync (message As String, tags As IEnumerable(Of String), cancellationToken As CancellationToken) As Task(Of NotificationOutcome)

Paramètres

message
String

Il s’agit d’une requête json. Baidu documente ici le format du json.

tags
IEnumerable<String>

Ensemble non vide d’étiquettes (maximum 20 balises). Chaque chaîne de l’ensemble peut contenir une seule balise.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

NotificationOutcome qui décrit le résultat de l’opération Send.

Implémente

S’applique à

SendBaiduNativeNotificationAsync(String, String, CancellationToken)

Envoie une notification native Baidu à une expression de balise (une seule balise « tag » est une expression de balise valide).

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome> SendBaiduNativeNotificationAsync (string message, string tagExpression, System.Threading.CancellationToken cancellationToken);
abstract member SendBaiduNativeNotificationAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
override this.SendBaiduNativeNotificationAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
Public Function SendBaiduNativeNotificationAsync (message As String, tagExpression As String, cancellationToken As CancellationToken) As Task(Of NotificationOutcome)

Paramètres

message
String

Il s’agit d’une requête json. Baidu documente ici le format du json.

tagExpression
String

Une expression de balise est une expression booléenne construite à l’aide des opérateurs logiques AND (&&), OR (||), NOT (!) et des parenthèses rondes. Par exemple : (A || B) && !C. Si une expression utilise uniquement des OR, elle peut contenir au maximum 20 balises. Les autres expressions sont limitées à 6 balises. Notez qu’une seule balise « A » est une expression valide.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

NotificationOutcome qui décrit le résultat de l’opération Send.

Implémente

S’applique à

SendBaiduNativeNotificationAsync(String, String)

Envoie une notification native Baidu à une expression de balise (une seule balise « tag » est une expression de balise valide).

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome> SendBaiduNativeNotificationAsync (string message, string tagExpression);
abstract member SendBaiduNativeNotificationAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
override this.SendBaiduNativeNotificationAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
Public Function SendBaiduNativeNotificationAsync (message As String, tagExpression As String) As Task(Of NotificationOutcome)

Paramètres

message
String

Il s’agit d’une requête json. Baidu documente ici le format du json.

tagExpression
String

Une expression de balise est une expression booléenne construite à l’aide des opérateurs logiques AND (&&), OR (||), NOT (!) et des parenthèses rondes. Par exemple : (A || B) && !C. Si une expression utilise uniquement des OR, elle peut contenir au maximum 20 balises. Les autres expressions sont limitées à 6 balises. Notez qu’une seule balise « A » est une expression valide.

Retours

NotificationOutcome qui décrit le résultat de l’opération Send.

Implémente

S’applique à

SendBaiduNativeNotificationAsync(String, IEnumerable<String>)

Envoie une notification native Baidu à une expression de balise (une seule balise « tag » est une expression de balise valide).

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome> SendBaiduNativeNotificationAsync (string message, System.Collections.Generic.IEnumerable<string> tags);
abstract member SendBaiduNativeNotificationAsync : string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
override this.SendBaiduNativeNotificationAsync : string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
Public Function SendBaiduNativeNotificationAsync (message As String, tags As IEnumerable(Of String)) As Task(Of NotificationOutcome)

Paramètres

message
String

Il s’agit d’une requête json. Baidu documente ici le format du json.

tags
IEnumerable<String>

Ensemble non vide d’étiquettes (maximum 20 balises). Chaque chaîne de l’ensemble peut contenir une seule balise.

Retours

NotificationOutcome qui décrit le résultat de l’opération Send.

Implémente

S’applique à

SendBaiduNativeNotificationAsync(String)

Envoie une notification native Baidu.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome> SendBaiduNativeNotificationAsync (string message);
abstract member SendBaiduNativeNotificationAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
override this.SendBaiduNativeNotificationAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
Public Function SendBaiduNativeNotificationAsync (message As String) As Task(Of NotificationOutcome)

Paramètres

message
String

Il s’agit d’une requête json. Baidu documente ici le format du json.

Retours

NotificationOutcome qui décrit le résultat de l’opération Send.

Implémente

S’applique à

SendBaiduNativeNotificationAsync(String, CancellationToken)

Envoie une notification native Baidu.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome> SendBaiduNativeNotificationAsync (string message, System.Threading.CancellationToken cancellationToken);
abstract member SendBaiduNativeNotificationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
override this.SendBaiduNativeNotificationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationOutcome>
Public Function SendBaiduNativeNotificationAsync (message As String, cancellationToken As CancellationToken) As Task(Of NotificationOutcome)

Paramètres

message
String

Il s’agit d’une requête json. Baidu documente ici le format du json.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

NotificationOutcome qui décrit le résultat de l’opération Send.

Implémente

S’applique à