NotificationHubClient.CreateOrUpdateInstallationAsync Method

Definition

Creates or updates a device installation asynchronously.

public System.Threading.Tasks.Task CreateOrUpdateInstallationAsync (Microsoft.Azure.NotificationHubs.Installation installation);
Parameters
installation
Installation

The device installation object.

Returns

A task that represents the asynchronous operation.

Exceptions

Thrown when the installation object is null

InstallationId must be specified