ServiceClient.GetFeedbackReceiver Method

Definition

Get the FeedbackReceiver<T> which can deliver acknowledgments for messages sent to a device/module from IoT hub. This call is made over AMQP. For more information see https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-c2d#message-feedback.

public virtual Microsoft.Azure.Devices.FeedbackReceiver<Microsoft.Azure.Devices.FeedbackBatch> GetFeedbackReceiver ();
abstract member GetFeedbackReceiver : unit -> Microsoft.Azure.Devices.FeedbackReceiver<Microsoft.Azure.Devices.FeedbackBatch>
override this.GetFeedbackReceiver : unit -> Microsoft.Azure.Devices.FeedbackReceiver<Microsoft.Azure.Devices.FeedbackBatch>
Public Overridable Function GetFeedbackReceiver () As FeedbackReceiver(Of FeedbackBatch)

Returns

An instance of FeedbackReceiver<T>.

Applies to