NotificationHubClient.CancelNotificationAsync 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
CancelNotificationAsync(String) |
Bricht die Benachrichtigung asynchron ab. |
CancelNotificationAsync(String, CancellationToken) |
Bricht die Benachrichtigung asynchron ab. |
CancelNotificationAsync(String)
Bricht die Benachrichtigung asynchron ab.
public System.Threading.Tasks.Task CancelNotificationAsync (string scheduledNotificationId);
abstract member CancelNotificationAsync : string -> System.Threading.Tasks.Task
override this.CancelNotificationAsync : string -> System.Threading.Tasks.Task
Public Function CancelNotificationAsync (scheduledNotificationId As String) As Task
Parameter
- scheduledNotificationId
- String
Der bezeichner für geplante Benachrichtigungen.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.
Implementiert
Gilt für:
CancelNotificationAsync(String, CancellationToken)
Bricht die Benachrichtigung asynchron ab.
public System.Threading.Tasks.Task CancelNotificationAsync (string scheduledNotificationId, System.Threading.CancellationToken cancellationToken);
abstract member CancelNotificationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CancelNotificationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CancelNotificationAsync (scheduledNotificationId As String, cancellationToken As CancellationToken) As Task
Parameter
- scheduledNotificationId
- String
Der bezeichner für geplante Benachrichtigungen.
- 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
Gilt für:
Azure SDK for .NET