NotificationHubClient.SubmitNotificationHubJobAsync 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
SubmitNotificationHubJobAsync(NotificationHubJob) |
Erstellt eine NotificationHubJob. Diese API ist nur für Standardnamespaces verfügbar. |
SubmitNotificationHubJobAsync(NotificationHubJob, CancellationToken) |
Erstellt eine NotificationHubJob. Diese API ist nur für Standardnamespaces verfügbar. |
SubmitNotificationHubJobAsync(NotificationHubJob)
Erstellt eine NotificationHubJob. Diese API ist nur für Standardnamespaces verfügbar.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubJob> SubmitNotificationHubJobAsync (Microsoft.Azure.NotificationHubs.NotificationHubJob job);
abstract member SubmitNotificationHubJobAsync : Microsoft.Azure.NotificationHubs.NotificationHubJob -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubJob>
override this.SubmitNotificationHubJobAsync : Microsoft.Azure.NotificationHubs.NotificationHubJob -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubJob>
Public Function SubmitNotificationHubJobAsync (job As NotificationHubJob) As Task(Of NotificationHubJob)
Parameter
Die NotificationHubJob , um Registrierungen zu exportieren, Registrierungen zu importieren oder Registrierungen zu erstellen.
Gibt zurück
Die übermittelten NotificationHubJobs.
Implementiert
Gilt für:
SubmitNotificationHubJobAsync(NotificationHubJob, CancellationToken)
Erstellt eine NotificationHubJob. Diese API ist nur für Standardnamespaces verfügbar.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubJob> SubmitNotificationHubJobAsync (Microsoft.Azure.NotificationHubs.NotificationHubJob job, System.Threading.CancellationToken cancellationToken);
abstract member SubmitNotificationHubJobAsync : Microsoft.Azure.NotificationHubs.NotificationHubJob * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubJob>
override this.SubmitNotificationHubJobAsync : Microsoft.Azure.NotificationHubs.NotificationHubJob * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubJob>
Public Function SubmitNotificationHubJobAsync (job As NotificationHubJob, cancellationToken As CancellationToken) As Task(Of NotificationHubJob)
Parameter
Die NotificationHubJob , um Registrierungen zu exportieren, Registrierungen zu importieren oder Registrierungen zu erstellen.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Die übermittelten NotificationHubJobs.
Implementiert
Gilt für:
Azure SDK for .NET