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
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