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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET