TelemetryMessage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TelemetryMessage() |
Default instantiation with no payload. |
TelemetryMessage(Object) |
Creates an outgoing message with the specified payload. |
TelemetryMessage()
Default instantiation with no payload.
public TelemetryMessage ();
Public Sub New ()
Applies to
TelemetryMessage(Object)
Creates an outgoing message with the specified payload.
public TelemetryMessage (object payload);
new Microsoft.Azure.Devices.Client.TelemetryMessage : obj -> Microsoft.Azure.Devices.Client.TelemetryMessage
Public Sub New (payload As Object)
Parameters
- payload
- Object
The payload to send.
Remarks
The payload will be serialized and encoded per PayloadConvention.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.