Message.Clone Method

Definition

Makes a clone of the current event data instance.

public Microsoft.Azure.Devices.Message Clone ();
member this.Clone : unit -> Microsoft.Azure.Devices.Message
Public Function Clone () As Message

Returns

Exceptions

throws if the event data has already been disposed.

Applies to