NotificationHubClient.DeleteInstallationAsync 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
DeleteInstallationAsync(String) |
Löscht die Installation asynchron. |
DeleteInstallationAsync(String, CancellationToken) |
Löscht die Installation asynchron. |
DeleteInstallationAsync(String)
Löscht die Installation asynchron.
public System.Threading.Tasks.Task DeleteInstallationAsync (string installationId);
abstract member DeleteInstallationAsync : string -> System.Threading.Tasks.Task
override this.DeleteInstallationAsync : string -> System.Threading.Tasks.Task
Public Function DeleteInstallationAsync (installationId As String) As Task
Parameter
- installationId
- String
Der Installationsbezeichner.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.
Implementiert
Ausnahmen
Wird ausgelöst, wenn das installationsId-Objekt NULL ist
Gilt für:
DeleteInstallationAsync(String, CancellationToken)
Löscht die Installation asynchron.
public System.Threading.Tasks.Task DeleteInstallationAsync (string installationId, System.Threading.CancellationToken cancellationToken);
abstract member DeleteInstallationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteInstallationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteInstallationAsync (installationId As String, cancellationToken As CancellationToken) As Task
Parameter
- installationId
- String
Der Installationsbezeichner.
- 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 installationsId-Objekt NULL ist
Gilt für:
Azure SDK for .NET