ServiceClient.GetFeedbackReceiver 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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET