PushClient.SendAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SendAsync(IPushMessage) |
Envia uma notificação para o Hub de Notificação. |
SendAsync(IPushMessage, IEnumerable<String>) |
Envia uma notificação para o Hub de Notificação com uma expressão de marca específica. |
SendAsync(IPushMessage, String) |
Envia uma notificação para o Hub de Notificação com uma expressão de marca específica. |
SendAsync(IPushMessage)
Envia uma notificação para o Hub de Notificação.
public virtual System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome> SendAsync (Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage message);
abstract member SendAsync : Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome>
override this.SendAsync : Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome>
Public Overridable Function SendAsync (message As IPushMessage) As Task(Of NotificationOutcome)
Parâmetros
- message
- IPushMessage
O conteúdo da notificação é um de WindowsPushMessage, ApplePushMessageou TemplatePushMessage.
Retornos
Um Task<TResult> que representa a operação de envio de notificação.
Aplica-se a
SendAsync(IPushMessage, IEnumerable<String>)
Envia uma notificação para o Hub de Notificação com uma expressão de marca específica.
public virtual System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome> SendAsync (Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage message, System.Collections.Generic.IEnumerable<string> tags);
abstract member SendAsync : Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage * seq<string> -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome>
override this.SendAsync : Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage * seq<string> -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome>
Public Overridable Function SendAsync (message As IPushMessage, tags As IEnumerable(Of String)) As Task(Of NotificationOutcome)
Parâmetros
- message
- IPushMessage
O conteúdo da notificação é um de WindowsPushMessage, ApplePushMessageou TemplatePushMessage.
- tags
- IEnumerable<String>
O conjunto de marcas a serem usadas para esta notificação.
Retornos
Um Task<TResult> que representa a operação de envio de notificação.
Aplica-se a
SendAsync(IPushMessage, String)
Envia uma notificação para o Hub de Notificação com uma expressão de marca específica.
public virtual System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome> SendAsync (Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage message, string tagExpression);
abstract member SendAsync : Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage * string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome>
override this.SendAsync : Microsoft.WindowsAzure.Mobile.Service.Notifications.IPushMessage * string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Notifications.NotificationOutcome>
Public Overridable Function SendAsync (message As IPushMessage, tagExpression As String) As Task(Of NotificationOutcome)
Parâmetros
- message
- IPushMessage
O conteúdo da notificação é um de WindowsPushMessage, ApplePushMessageou TemplatePushMessage.
- tagExpression
- String
Uma expressão de marca que representa a combinação de marcas a serem usadas para essa notificação.
Retornos
Um Task<TResult> que representa a operação de envio de notificação.
Aplica-se a
Azure SDK for .NET