TelemetryMessage.CloneWithBody(Object) Method
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.
Clones an existing Message instance and sets content body defined by payload
on it.
public Microsoft.Azure.Devices.Client.TelemetryMessage CloneWithBody (object payload);
member this.CloneWithBody : obj -> Microsoft.Azure.Devices.Client.TelemetryMessage
Public Function CloneWithBody (payload As Object) As TelemetryMessage
Parameters
- payload
- Object
Message content to be set after clone.
Returns
A new instance of Message with body content defined by payload
,
and user/system properties of the cloned Message instance.
Remarks
The cloned message has the message MessageId as the original message.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET