NotificationHubClient.PatchInstallationAsync Methode
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
PatchInstallationAsync(String, IList<PartialUpdateOperation>) |
Patches für die Installation asynchron. |
PatchInstallationAsync(String, IList<PartialUpdateOperation>, CancellationToken) |
Patches für die Installation asynchron. |
PatchInstallationAsync(String, IList<PartialUpdateOperation>)
Patches für die Installation asynchron.
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
Parameter
- installationId
- String
Der Installationsbezeichner.
- operations
- IList<PartialUpdateOperation>
Die Sammlung von Updatevorgängen.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.
Implementiert
Ausnahmen
Wird ausgelöst, wenn das objekt installationId oder operations null ist
Wird ausgelöst, wenn die Vorgangsliste leer ist
Gilt für:
PatchInstallationAsync(String, IList<PartialUpdateOperation>, CancellationToken)
Patches für die Installation asynchron.
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
Parameter
- installationId
- String
Der Installationsbezeichner.
- operations
- IList<PartialUpdateOperation>
Die Sammlung von Updatevorgängen.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.
Implementiert
Ausnahmen
Wird ausgelöst, wenn das objekt installationId oder operations null ist
Wird ausgelöst, wenn die Vorgangsliste leer ist
Gilt für:
Azure SDK for .NET