RegistryManager.AddDevicesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AddDevicesAsync(IEnumerable<Device>) |
Obsoletos.
Registro de una lista de nuevos dispositivos con el sistema |
AddDevicesAsync(IEnumerable<Device>, CancellationToken) |
Obsoletos.
Registro de una lista de nuevos dispositivos con el sistema |
AddDevicesAsync(IEnumerable<Device>)
Precaución
Use AddDevices2Async
Registro de una lista de nuevos dispositivos con el sistema
[System.Obsolete("Use AddDevices2Async")]
public virtual System.Threading.Tasks.Task<string[]> AddDevicesAsync (System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Device> devices);
[<System.Obsolete("Use AddDevices2Async")>]
abstract member AddDevicesAsync : seq<Microsoft.Azure.Devices.Device> -> System.Threading.Tasks.Task<string[]>
override this.AddDevicesAsync : seq<Microsoft.Azure.Devices.Device> -> System.Threading.Tasks.Task<string[]>
Public Overridable Function AddDevicesAsync (devices As IEnumerable(Of Device)) As Task(Of String())
Parámetros
- devices
- IEnumerable<Device>
Objetos Device que se están registrando.
Devoluciones
Devuelve una matriz de cadenas de mensajes de error.
- Atributos
Se aplica a
AddDevicesAsync(IEnumerable<Device>, CancellationToken)
Precaución
Use AddDevices2Async
Registro de una lista de nuevos dispositivos con el sistema
[System.Obsolete("Use AddDevices2Async")]
public virtual System.Threading.Tasks.Task<string[]> AddDevicesAsync (System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Device> devices, System.Threading.CancellationToken cancellationToken);
[<System.Obsolete("Use AddDevices2Async")>]
abstract member AddDevicesAsync : seq<Microsoft.Azure.Devices.Device> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string[]>
override this.AddDevicesAsync : seq<Microsoft.Azure.Devices.Device> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string[]>
Public Overridable Function AddDevicesAsync (devices As IEnumerable(Of Device), cancellationToken As CancellationToken) As Task(Of String())
Parámetros
- devices
- IEnumerable<Device>
Objetos Device que se están registrando.
- cancellationToken
- CancellationToken
Token que permite cancelar la operación.
Devoluciones
Devuelve una matriz de cadenas de mensajes de error.
- Atributos
Se aplica a
Azure SDK for .NET