DeviceClient.UpdateReportedPropertiesAsync 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
UpdateReportedPropertiesAsync(TwinCollection) |
Inserte los cambios de propiedad notificados hasta el servicio. |
UpdateReportedPropertiesAsync(TwinCollection, CancellationToken) |
Inserte los cambios de propiedad notificados hasta el servicio. |
UpdateReportedPropertiesAsync(TwinCollection)
Inserte los cambios de propiedad notificados hasta el servicio.
public System.Threading.Tasks.Task UpdateReportedPropertiesAsync (Microsoft.Azure.Devices.Shared.TwinCollection reportedProperties);
member this.UpdateReportedPropertiesAsync : Microsoft.Azure.Devices.Shared.TwinCollection -> System.Threading.Tasks.Task
Public Function UpdateReportedPropertiesAsync (reportedProperties As TwinCollection) As Task
Parámetros
- reportedProperties
- TwinCollection
Propiedades notificadas para insertar
Devoluciones
Se aplica a
UpdateReportedPropertiesAsync(TwinCollection, CancellationToken)
Inserte los cambios de propiedad notificados hasta el servicio.
public System.Threading.Tasks.Task UpdateReportedPropertiesAsync (Microsoft.Azure.Devices.Shared.TwinCollection reportedProperties, System.Threading.CancellationToken cancellationToken);
member this.UpdateReportedPropertiesAsync : Microsoft.Azure.Devices.Shared.TwinCollection * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateReportedPropertiesAsync (reportedProperties As TwinCollection, cancellationToken As CancellationToken) As Task
Parámetros
- reportedProperties
- TwinCollection
Propiedades notificadas para insertar
- cancellationToken
- CancellationToken
Token de cancelación para cancelar la operación.
Devoluciones
Excepciones
Se produce cuando se ha cancelado la operación.
Se produce cuando se ha cancelado la operación. La excepción interna será OperationCanceledException.
Se aplica a
Azure SDK for .NET