Share via


NotificationHubClient.PatchInstallationAsync Método

Definição

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