NotificationHubClient.PatchInstallationAsync 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
PatchInstallationAsync(String, IList<PartialUpdateOperation>) |
Corrige a instalação de forma assíncrona. |
PatchInstallationAsync(String, IList<PartialUpdateOperation>, CancellationToken) |
Corrige a instalação de forma assíncrona. |
PatchInstallationAsync(String, IList<PartialUpdateOperation>)
Corrige a instalação de forma assíncrona.
public System.Threading.Tasks.Task PatchInstallationAsync (string installationId, System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> operations);
abstract member PatchInstallationAsync : string * System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> -> System.Threading.Tasks.Task
override this.PatchInstallationAsync : string * System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> -> System.Threading.Tasks.Task
Public Function PatchInstallationAsync (installationId As String, operations As IList(Of PartialUpdateOperation)) As Task
Parâmetros
- installationId
- String
O identificador de instalação.
- operations
- IList<PartialUpdateOperation>
A coleção de operações de atualização.
Retornos
Uma tarefa que representa a operação assíncrona.
Implementações
Exceções
Gerado quando o objeto installationId ou operations é nulo
Gerada quando a lista de operações está vazia
Aplica-se a
PatchInstallationAsync(String, IList<PartialUpdateOperation>, CancellationToken)
Corrige a instalação de forma assíncrona.
public System.Threading.Tasks.Task PatchInstallationAsync (string installationId, System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> operations, System.Threading.CancellationToken cancellationToken);
abstract member PatchInstallationAsync : string * System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.PatchInstallationAsync : string * System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PatchInstallationAsync (installationId As String, operations As IList(Of PartialUpdateOperation), cancellationToken As CancellationToken) As Task
Parâmetros
- installationId
- String
O identificador de instalação.
- operations
- IList<PartialUpdateOperation>
A coleção de operações de atualização.
- cancellationToken
- CancellationToken
Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.
Retornos
Uma tarefa que representa a operação assíncrona.
Implementações
Exceções
Gerado quando o objeto installationId ou operations é nulo
Gerada quando a lista de operações está vazia
Aplica-se a
Azure SDK for .NET