Compartir a través de


ReportedProperties Constructores

Definición

Sobrecargas

ReportedProperties()

Inicializa una nueva instancia de esta clase.

ReportedProperties(Dictionary<String,Object>, Boolean)

Crea una instancia de esta clase.

ReportedProperties()

Inicializa una nueva instancia de esta clase.

public ReportedProperties ();
Public Sub New ()

Se aplica a

ReportedProperties(Dictionary<String,Object>, Boolean)

Crea una instancia de esta clase.

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

Parámetros

reportedProperties
Dictionary<String,Object>
responseFromService
Boolean

Comentarios

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

Se aplica a