NotificationHubClient.CreateOrUpdateInstallation(Installation) Method

Definition

Creates or updates a device installation.

public void CreateOrUpdateInstallation (Microsoft.Azure.NotificationHubs.Installation installation);
abstract member CreateOrUpdateInstallation : Microsoft.Azure.NotificationHubs.Installation -> unit
override this.CreateOrUpdateInstallation : Microsoft.Azure.NotificationHubs.Installation -> unit
Public Sub CreateOrUpdateInstallation (installation As Installation)

Parameters

installation
Installation

The device installation object.

Implements

Applies to