NotificationHubClient.PatchInstallationAsync
Method
Definition
Patches the installation asynchronously.
public System.Threading.Tasks.Task PatchInstallationAsync (string installationId, System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> operations);
Parameters
- installationId
- String
The installation identifier.
- operations
- IList<PartialUpdateOperation>
The collection of update operations.
Returns
A task that represents the asynchronous operation.
Exceptions
Thrown when the installationId or operations object is null
Thrown when the operations list is empty