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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET