NotificationHubClient.GetNotificationOutcomeDetailsAsync Method

Definition

Retrieves the results of a Send* operation. This can retrieve intermediate results if the send is being processed or final results if the Send* has completed. This API can only be called for Standard namespaces.

public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.NotificationDetails> GetNotificationOutcomeDetailsAsync (string notificationId);
Parameters
notificationId
String

NotificationId which was returned when calling Send*.

Returns

The result of the Send operation, as expressed by a NotificationOutcome.

Exceptions