Compartir a través de


PropertyCollection(Dictionary<String,Object>, Boolean) Constructor

Definición

Crea una instancia de esta clase.

protected internal PropertyCollection (System.Collections.Generic.Dictionary<string,object> properties, bool responseFromService = false);
new Microsoft.Azure.Devices.Client.PropertyCollection : System.Collections.Generic.Dictionary<string, obj> * bool -> Microsoft.Azure.Devices.Client.PropertyCollection
Protected Friend Sub New (properties As Dictionary(Of String, Object), Optional responseFromService As Boolean = false)

Parámetros

properties
Dictionary<String,Object>

Los valores adecuados que se establecerán en esta colección. Pueden ser propiedades notificadas por el cliente o solicitudes de actualización de propiedades recibidas del servicio.

responseFromService
Boolean

Marca que indica si esta colección de propiedades se recibió del servicio o si se construyó por el usuario.

Comentarios

Esta clase se puede heredar y establecer mediante pruebas unitarias con fines ficticios.

Se aplica a