NotificationHubClient.GetNotificationHubJobAsync Method

Definition

Given a jobId, returns the associated NotificationHubJob. This method is used to get the status of the job to see if that job completed, failed, or is still in progress. This API is only available for Standard namespaces.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationHubJob> GetNotificationHubJobAsync (string jobId);
Parameters
jobId
String

The jobId is returned after creating a new job using SubmitNotificationHubJobAsync(NotificationHubJob).

Returns