TelemetryMessage.CloneWithBody(Object) Method

Definition

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