RegistryManager.UpdateDevices2Async Method

Definition

Overloads

UpdateDevices2Async(IEnumerable<Device>)

Update a list of devices with the system

UpdateDevices2Async(IEnumerable<Device>, Boolean, CancellationToken)

Update a list of devices with the system

UpdateDevices2Async(IEnumerable<Device>)

Update a list of devices with the system

C#
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.BulkRegistryOperationResult> UpdateDevices2Async(System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Device> devices);

Parameters

devices
IEnumerable<Device>

The Device objects being updated.

Returns

Returns a BulkRegistryOperationResult object.

Applies to

Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest

UpdateDevices2Async(IEnumerable<Device>, Boolean, CancellationToken)

Update a list of devices with the system

C#
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.BulkRegistryOperationResult> UpdateDevices2Async(System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Device> devices, bool forceUpdate, System.Threading.CancellationToken cancellationToken);

Parameters

devices
IEnumerable<Device>

The Device objects being updated.

forceUpdate
Boolean

Forces the device object to be replaced even if it was updated since it was retrieved last time.

cancellationToken
CancellationToken

The token which allows the operation to be canceled.

Returns

Returns a BulkRegistryOperationResult object.

Applies to

Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest