Compartir a través de


RegistryManager.RemoveDevicesAsync Método

Definición

Sobrecargas

RemoveDevicesAsync(IEnumerable<Device>)
Obsoletos.

Elimina una lista de dispositivos registrados anteriormente del sistema.

RemoveDevicesAsync(IEnumerable<Device>, Boolean, CancellationToken)
Obsoletos.

Elimina una lista de dispositivos registrados anteriormente del sistema.

RemoveDevicesAsync(IEnumerable<Device>)

Precaución

Use RemoveDevices2Async

Elimina una lista de dispositivos registrados anteriormente del sistema.

[System.Obsolete("Use RemoveDevices2Async")]
public virtual System.Threading.Tasks.Task<string[]> RemoveDevicesAsync (System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Device> devices);
[<System.Obsolete("Use RemoveDevices2Async")>]
abstract member RemoveDevicesAsync : seq<Microsoft.Azure.Devices.Device> -> System.Threading.Tasks.Task<string[]>
override this.RemoveDevicesAsync : seq<Microsoft.Azure.Devices.Device> -> System.Threading.Tasks.Task<string[]>
Public Overridable Function RemoveDevicesAsync (devices As IEnumerable(Of Device)) As Task(Of String())

Parámetros

devices
IEnumerable<Device>

Los dispositivos que se eliminan.

Devoluciones

Atributos

Se aplica a

RemoveDevicesAsync(IEnumerable<Device>, Boolean, CancellationToken)

Precaución

Use RemoveDevices2Async

Elimina una lista de dispositivos registrados anteriormente del sistema.

[System.Obsolete("Use RemoveDevices2Async")]
public virtual System.Threading.Tasks.Task<string[]> RemoveDevicesAsync (System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Device> devices, bool forceRemove, System.Threading.CancellationToken cancellationToken);
[<System.Obsolete("Use RemoveDevices2Async")>]
abstract member RemoveDevicesAsync : seq<Microsoft.Azure.Devices.Device> * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string[]>
override this.RemoveDevicesAsync : seq<Microsoft.Azure.Devices.Device> * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string[]>
Public Overridable Function RemoveDevicesAsync (devices As IEnumerable(Of Device), forceRemove As Boolean, cancellationToken As CancellationToken) As Task(Of String())

Parámetros

devices
IEnumerable<Device>

Los dispositivos que se eliminan.

forceRemove
Boolean

Obliga a quitar el objeto de dispositivo sin tener en cuenta una coincidencia de ETag.

cancellationToken
CancellationToken

Token que permite cancelar la operación.

Devoluciones

Atributos

Se aplica a